fix: 购物车角标数量修复
This commit is contained in:
@@ -539,7 +539,7 @@
|
|||||||
AND `status` = 'create'
|
AND `status` = 'create'
|
||||||
AND created_at > UNIX_TIMESTAMP(NOW() - INTERVAL 1 DAY) * 1000
|
AND created_at > UNIX_TIMESTAMP(NOW() - INTERVAL 1 DAY) * 1000
|
||||||
AND (master_id = #{masterId} OR master_id IS NULL)
|
AND (master_id = #{masterId} OR master_id IS NULL)
|
||||||
<if test="table_id != null and table_id != ''">
|
<if test="tableId != null and tableId != ''">
|
||||||
and table_id = #{tableId}
|
and table_id = #{tableId}
|
||||||
</if>
|
</if>
|
||||||
AND use_type = #{useType}
|
AND use_type = #{useType}
|
||||||
|
|||||||
Reference in New Issue
Block a user