fix: 购物车角标数量修复
This commit is contained in:
parent
cff2c0e38a
commit
929a694284
|
|
@ -539,7 +539,7 @@
|
|||
AND `status` = 'create'
|
||||
AND created_at > UNIX_TIMESTAMP(NOW() - INTERVAL 1 DAY) * 1000
|
||||
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}
|
||||
</if>
|
||||
AND use_type = #{useType}
|
||||
|
|
|
|||
Loading…
Reference in New Issue