[修改] 报告编辑流程

This commit is contained in:
bupengxiang
2023-05-15 17:51:40 +08:00
parent d8af4b7a03
commit 664efab332
12 changed files with 48 additions and 5 deletions
@@ -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>