[修改] 报告编辑流程
This commit is contained in:
@@ -48,9 +48,13 @@
|
||||
<select id="selectCountByOrgCode" resultType="java.lang.Long">
|
||||
select count(1) from TS_ORG
|
||||
<where>
|
||||
status = 1
|
||||
<if test="pageVO.orgCode != null and pageVO.orgCode != ''">
|
||||
and org_code = #{pageVO.orgCode}
|
||||
</if>
|
||||
<if test="pageVO.id != null and pageVO.id != ''">
|
||||
and id != #{pageVO.id}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user