项目清单确认流程,点击添加标准,添加查询条件“适用认证”
This commit is contained in:
+3
@@ -1513,6 +1513,9 @@
|
||||
select count(1) from (select count(*) from SAR_STANDARDS_INFO
|
||||
left join SAR_STAND_ATTR_INFO on (SAR_STAND_ATTR_INFO.stand_id = SAR_STANDARDS_INFO.id and SAR_STAND_ATTR_INFO.valid_flag=0)
|
||||
<include refid="SarStandardsInfo_in_left_wk"/>
|
||||
<if test="syzd != null and syzd != ''">
|
||||
and SAR_STAND_ATTR_INFO.SYRZ = #{syzd}
|
||||
</if>
|
||||
GROUP BY SAR_STANDARDS_INFO.id) a
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user