给采购、零售、销售单据增加强审核的过滤逻辑

This commit is contained in:
季圣华
2023-03-17 23:21:27 +08:00
parent 9659837933
commit 548e31a7e2
4 changed files with 23 additions and 15 deletions

View File

@@ -477,6 +477,9 @@
#{item}
</foreach>
</if>
<if test="forceFlag">
and dh.status = '1'
</if>
and ifnull(dh.delete_flag,'0') !='1'
and ifnull(di.delete_flag,'0') !='1'
</select>
@@ -508,6 +511,9 @@
#{item}
</foreach>
</if>
<if test="forceFlag">
and dh.status = '1'
</if>
and ifnull(dh.delete_flag,'0') !='1'
and ifnull(di.delete_flag,'0') !='1'
</select>