fanxw 2 년 전
부모
커밋
cda6463430
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      src/main/java/com/chinaitop/depot/grainSituationCard/mapper/StorageQualitycheckMapper.xml

+ 9 - 0
src/main/java/com/chinaitop/depot/grainSituationCard/mapper/StorageQualitycheckMapper.xml

@@ -270,6 +270,9 @@
270 270
       <if test="processState != null">
271 271
         process_state,
272 272
       </if>
273
+      <if test="ypdj != null">
274
+        ypdj,
275
+      </if>
273 276
     </trim>
274 277
     <trim prefix="values (" suffix=")" suffixOverrides=",">
275 278
       SEQ_STORAGE_QUALITYCHECK.nextVal,
@@ -534,6 +537,9 @@
534 537
       <if test="processState != null">
535 538
         #{processState,jdbcType=INTEGER},
536 539
       </if>
540
+      <if test="ypdj != null">
541
+        #{ypdj,jdbcType=INTEGER},
542
+      </if>
537 543
     </trim>
538 544
   </insert>
539 545
 
@@ -801,6 +807,9 @@
801 807
       <if test="processState != null">
802 808
         process_state = #{processState,jdbcType=INTEGER},
803 809
       </if>
810
+      <if test="ypdj != null">
811
+        ypdj = #{ypdj,jdbcType=INTEGER},
812
+      </if>
804 813
     </set>
805 814
     where id = #{id,jdbcType=INTEGER}
806 815
   </update>