新购绑定
This commit is contained in:
parent
0013ceeed0
commit
315cce8cdc
|
|
@ -249,7 +249,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
FROM
|
FROM
|
||||||
purchase_macode_info
|
purchase_macode_info
|
||||||
WHERE
|
WHERE
|
||||||
DATE_FORMAT(create_time, '%Y-%m') = #{genMonth} and ma_code is not null
|
DATE_FORMAT(create_time, '%Y-%m') = #{genMonth} and ma_code is null
|
||||||
ORDER BY
|
ORDER BY
|
||||||
qr_code DESC
|
qr_code DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue