guoyujia 1 년 전
부모
커밋
13f89fab9c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/mybatis/business/BizProductionPlanDetailMapper.xml

+ 1 - 0
src/main/resources/mybatis/business/BizProductionPlanDetailMapper.xml

@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="transactionCode != null  and transactionCode != ''"> AND transaction_code = #{transactionCode}</if>
             <if test="productionPlanNo != null  and productionPlanNo != ''"> AND production_plan_no  LIKE CONCAT('%', #{productionPlanNo}, '%')</if>
             <if test="lineNumber != null "> AND line_number = #{lineNumber}</if>
+            <if test="lotCodeStatusCode != null "> AND lot_code_status_code = #{lotCodeStatusCode}</if>
             <if test="productCode != null  and productCode != ''"> AND product_code = #{productCode}</if>
             <if test="specification != null  and specification != ''"> AND specification = #{specification}</if>
             <if test="drawingNumber != null  and drawingNumber != ''"> AND drawing_number = #{drawingNumber}</if>