md
This commit is contained in:
parent
a7b0f47770
commit
30c142da36
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user