md
This commit is contained in:
parent
167981f857
commit
f7931c57f5
@ -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})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user