Parcourir la source

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

user5 il y a 2 ans
Parent
commit
df4536f7f1

+ 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>