新购绑定
This commit is contained in:
parent
0013ceeed0
commit
315cce8cdc
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue