md
This commit is contained in:
parent
ef9c61517c
commit
9d251e0d77
@ -122,7 +122,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
)
|
||||
and a.trans_line_type=c.line_code
|
||||
and a.cust_no=#{monthlyPayCode}
|
||||
and FIND_IN_SET(c.trans_type,#{trans_type})
|
||||
and FIND_IN_SET(c.trans_type,#{transType})
|
||||
and a.send_date <![CDATA[ > ]]> #{startDate} and a.send_date <![CDATA[ <= ]]> #{endDate}
|
||||
</select>
|
||||
|
||||
|
||||
@ -109,7 +109,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
)
|
||||
and a.trans_line_type=c.line_code
|
||||
and a.salesmen=#{salesmen}
|
||||
and FIND_IN_SET(c.trans_type,#{trans_type})
|
||||
and FIND_IN_SET(c.trans_type,#{transType})
|
||||
and a.send_date <![CDATA[ > ]]> #{startDate} and a.send_date <![CDATA[ <= ]]> #{endDate}
|
||||
</select>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user