浏览代码

报销列表详情逻辑删除判定调整

user5 2 年之前
父节点
当前提交
df4536f7f1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mappings/modules/workreimbursement/WorkReimbursementDao.xml

+ 1 - 0
src/main/resources/mappings/modules/workreimbursement/WorkReimbursementDao.xml

@@ -82,6 +82,7 @@
 		left join sys_office sob on sub.office_id = sob.id
 		<where>
 			a.del_flag = #{DEL_FLAG_NORMAL}
+			and wa.del_flag = 0
 			<if test="id != null and id != ''">
 				AND a.id = #{id}
 			</if>