瀏覽代碼

Merge remote-tracking branch 'origin/dev' into dev

24282 2 年之前
父節點
當前提交
4b7bdce51e
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      hx-sale/src/main/resources/mapper/contract/ContractMapper.xml

+ 2 - 3
hx-sale/src/main/resources/mapper/contract/ContractMapper.xml

@@ -60,10 +60,9 @@
                 buy_corporation_id = #{customerId}
             </if>
         </where>
-            ) t1
+        ) t1
         WHERE t1.sumPackQuantity &lt; t1.cpQuantity
-        AND t1.`status` &gt;=30
-        AND t1.`status` &lt;99
+        AND t1.`status`=30
         GROUP BY t1.id
     </select>