This commit is contained in:
linfso 2025-03-12 15:01:15 +08:00
parent ef9c61517c
commit 9d251e0d77
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>