소스 검색

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>