소스 검색

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

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>