兴安优化提交

This commit is contained in:
zc
2025-07-16 11:02:42 +08:00
parent adde4cd221
commit 05c6d3a06f
4 changed files with 59 additions and 1 deletions

View File

@@ -164,6 +164,7 @@
<if test="exitPermitNo != null and exitPermitNo != ''">and e.exitPermit_no = #{exitPermitNo}</if>
<if test="examineState != null and examineState != '' and examineState != 3">and e.examine_state = #{examineState}</if>
<if test="isExistBack != null">and e.is_exist_back = #{isExistBack}</if>
<if test="createBy != null">and e.create_by = #{createBy}</if>
</where>
order by create_time desc
</select>