新购绑定

This commit is contained in:
mashuai 2024-10-23 11:17:47 +08:00
parent 0013ceeed0
commit 315cce8cdc
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
FROM
purchase_macode_info
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
qr_code DESC
</select>