This commit is contained in:
linfso 2024-05-28 12:41:52 +08:00
parent e600b9342b
commit b9ea4327e6

View File

@ -536,7 +536,7 @@
and bl_print=#{params.printFlag}
</if>
<if test="params.isNeedPack != null and params.isNeedPack == '1'">
<if test="params.isNeedPack != null and params.isNeedPack == 1">
and bill_code not in( select bill_code from emis_tms_pack_dtl where del_flag='0' )
</if>