This commit is contained in:
linfso 2025-03-13 20:42:26 +08:00
parent 167981f857
commit f7931c57f5

View File

@ -107,6 +107,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and not exists(
select 1 from emis_waybill_problem_info ewpi where a.bill_code=ewpi.bill_code and ewpi.del_flag='0' and ewpi.`problem_type` in(173,170,151)
)
and a.payment_type in('1','3')
and a.trans_line_type=c.line_code
and a.salesmen=#{salesmen}
and FIND_IN_SET(c.trans_type,#{transType})