This commit is contained in:
linfso 2024-08-15 18:39:15 +08:00
parent a7b0f47770
commit 30c142da36

View File

@ -267,7 +267,7 @@
<if test="scanManCode != null and scanManCode != ''"> and x.scan_man_code=#{scanManCode}</if>
<if test="params.beginScanDate != null and params.beginScanDate != ''">and x.scan_date <![CDATA[ >= ]]> #{params.beginScanDate}</if>
<if test="params.endScanDate != null and params.endScanDate != ''">and x.scan_date <![CDATA[ <= ]]> #{params.endScanDate}</if>
GROUP BY a.main_bill_code
GROUP BY x.main_bill_code
)
</select>