Browse Source

关联列表bugfix

zhijiezhao 2 years ago
parent
commit
fa63cfa57c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/mapper/ReceiptMapper.xml

+ 1 - 0
src/main/resources/mapper/ReceiptMapper.xml

@@ -1087,6 +1087,7 @@
                      AND cmo.confirmTime >= '2022-05-01 00:00:00'
                      AND cmo.rebateFlag != 1
                      AND cms.shopId != 998
+                     AND csp.newReceiptType is null
                 </where>
     </select>