|
@ -51,6 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<result property="temporaryTime" column="temporary_time" /> |
|
|
<result property="temporaryTime" column="temporary_time" /> |
|
|
<result property="deliveryInspectionTime" column="delivery_inspection_time" /> |
|
|
<result property="deliveryInspectionTime" column="delivery_inspection_time" /> |
|
|
<result property="qualityTime" column="quality_time" /> |
|
|
<result property="qualityTime" column="quality_time" /> |
|
|
|
|
|
<result property="qualityRemark" column="quality_remark" /> |
|
|
<result property="storageTime" column="storage_time" /> |
|
|
<result property="storageTime" column="storage_time" /> |
|
|
<result property="temporaryRemark" column="temporary_remark" /> |
|
|
<result property="temporaryRemark" column="temporary_remark" /> |
|
|
<result property="temporaryReportUrl" column="temporary_report_url" /> |
|
|
<result property="temporaryReportUrl" column="temporary_report_url" /> |
|
@ -118,6 +119,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
temporary_time, |
|
|
temporary_time, |
|
|
delivery_inspection_time, |
|
|
delivery_inspection_time, |
|
|
quality_time, |
|
|
quality_time, |
|
|
|
|
|
quality_remark, |
|
|
storage_time, |
|
|
storage_time, |
|
|
temporary_remark, |
|
|
temporary_remark, |
|
|
temporary_report_url, |
|
|
temporary_report_url, |
|
@ -215,6 +217,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="temporaryTime != null">temporary_time,</if> |
|
|
<if test="temporaryTime != null">temporary_time,</if> |
|
|
<if test="deliveryInspectionTime != null">delivery_inspection_time,</if> |
|
|
<if test="deliveryInspectionTime != null">delivery_inspection_time,</if> |
|
|
<if test="qualityTime != null">quality_time,</if> |
|
|
<if test="qualityTime != null">quality_time,</if> |
|
|
|
|
|
<if test="qualityRemark != null">quality_remark,</if> |
|
|
<if test="storageTime != null">storage_time,</if> |
|
|
<if test="storageTime != null">storage_time,</if> |
|
|
<if test="temporaryRemark != null">temporary_remark,</if> |
|
|
<if test="temporaryRemark != null">temporary_remark,</if> |
|
|
<if test="temporaryReportUrl != null">temporary_report_url,</if> |
|
|
<if test="temporaryReportUrl != null">temporary_report_url,</if> |
|
@ -275,6 +278,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="temporaryTime != null">#{temporaryTime},</if> |
|
|
<if test="temporaryTime != null">#{temporaryTime},</if> |
|
|
<if test="deliveryInspectionTime != null">#{deliveryInspectionTime},</if> |
|
|
<if test="deliveryInspectionTime != null">#{deliveryInspectionTime},</if> |
|
|
<if test="qualityTime != null">#{qualityTime},</if> |
|
|
<if test="qualityTime != null">#{qualityTime},</if> |
|
|
|
|
|
<if test="qualityRemark != null">#{qualityRemark},</if> |
|
|
<if test="storageTime != null">#{storageTime},</if> |
|
|
<if test="storageTime != null">#{storageTime},</if> |
|
|
<if test="temporaryRemark != null">#{temporaryRemark},</if> |
|
|
<if test="temporaryRemark != null">#{temporaryRemark},</if> |
|
|
<if test="temporaryReportUrl != null">#{temporaryReportUrl},</if> |
|
|
<if test="temporaryReportUrl != null">#{temporaryReportUrl},</if> |
|
@ -340,6 +344,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
temporary_time, |
|
|
temporary_time, |
|
|
delivery_inspection_time, |
|
|
delivery_inspection_time, |
|
|
quality_time, |
|
|
quality_time, |
|
|
|
|
|
quality_remark, |
|
|
storage_time, |
|
|
storage_time, |
|
|
temporary_remark, |
|
|
temporary_remark, |
|
|
temporary_report_url, |
|
|
temporary_report_url, |
|
@ -399,6 +404,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
#{item.temporaryTime}, |
|
|
#{item.temporaryTime}, |
|
|
#{item.deliveryInspectionTime}, |
|
|
#{item.deliveryInspectionTime}, |
|
|
#{item.qualityTime}, |
|
|
#{item.qualityTime}, |
|
|
|
|
|
#{item.qualityRemark}, |
|
|
#{item.storageTime}, |
|
|
#{item.storageTime}, |
|
|
#{item.temporaryRemark}, |
|
|
#{item.temporaryRemark}, |
|
|
#{item.temporaryReportUrl}, |
|
|
#{item.temporaryReportUrl}, |
|
@ -466,6 +472,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="temporaryTime != null">temporary_time = #{temporaryTime},</if> |
|
|
<if test="temporaryTime != null">temporary_time = #{temporaryTime},</if> |
|
|
<if test="deliveryInspectionTime != null">delivery_inspection_time = #{deliveryInspectionTime},</if> |
|
|
<if test="deliveryInspectionTime != null">delivery_inspection_time = #{deliveryInspectionTime},</if> |
|
|
<if test="qualityTime != null">quality_time = #{qualityTime},</if> |
|
|
<if test="qualityTime != null">quality_time = #{qualityTime},</if> |
|
|
|
|
|
<if test="qualityRemark != null">quality_remark = #{qualityRemark},</if> |
|
|
<if test="storageTime != null">storage_time = #{storageTime},</if> |
|
|
<if test="storageTime != null">storage_time = #{storageTime},</if> |
|
|
<if test="temporaryRemark != null">temporary_remark = #{temporaryRemark},</if> |
|
|
<if test="temporaryRemark != null">temporary_remark = #{temporaryRemark},</if> |
|
|
<if test="temporaryReportUrl != null">temporary_report_url = #{temporaryReportUrl},</if> |
|
|
<if test="temporaryReportUrl != null">temporary_report_url = #{temporaryReportUrl},</if> |
|
@ -533,6 +540,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="temporaryTime != null">temporary_time = #{temporaryTime},</if> |
|
|
<if test="temporaryTime != null">temporary_time = #{temporaryTime},</if> |
|
|
<if test="deliveryInspectionTime != null">delivery_inspection_time = #{deliveryInspectionTime},</if> |
|
|
<if test="deliveryInspectionTime != null">delivery_inspection_time = #{deliveryInspectionTime},</if> |
|
|
<if test="qualityTime != null">quality_time = #{qualityTime},</if> |
|
|
<if test="qualityTime != null">quality_time = #{qualityTime},</if> |
|
|
|
|
|
<if test="qualityRemark != null">quality_remark = #{qualityRemark},</if> |
|
|
<if test="storageTime != null">storage_time = #{storageTime},</if> |
|
|
<if test="storageTime != null">storage_time = #{storageTime},</if> |
|
|
<if test="temporaryRemark != null">temporary_remark = #{temporaryRemark},</if> |
|
|
<if test="temporaryRemark != null">temporary_remark = #{temporaryRemark},</if> |
|
|
<if test="temporaryReportUrl != null">temporary_report_url = #{temporaryReportUrl},</if> |
|
|
<if test="temporaryReportUrl != null">temporary_report_url = #{temporaryReportUrl},</if> |
|
@ -600,6 +608,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="temporaryTime != null">temporary_time = #{temporaryTime},</if> |
|
|
<if test="temporaryTime != null">temporary_time = #{temporaryTime},</if> |
|
|
<if test="deliveryInspectionTime != null">delivery_inspection_time = #{deliveryInspectionTime},</if> |
|
|
<if test="deliveryInspectionTime != null">delivery_inspection_time = #{deliveryInspectionTime},</if> |
|
|
<if test="qualityTime != null">quality_time = #{qualityTime},</if> |
|
|
<if test="qualityTime != null">quality_time = #{qualityTime},</if> |
|
|
|
|
|
<if test="qualityRemark != null">quality_remark = #{qualityRemark},</if> |
|
|
<if test="storageTime != null">storage_time = #{storageTime},</if> |
|
|
<if test="storageTime != null">storage_time = #{storageTime},</if> |
|
|
<if test="temporaryRemark != null">temporary_remark = #{temporaryRemark},</if> |
|
|
<if test="temporaryRemark != null">temporary_remark = #{temporaryRemark},</if> |
|
|
<if test="temporaryReportUrl != null">temporary_report_url = #{temporaryReportUrl},</if> |
|
|
<if test="temporaryReportUrl != null">temporary_report_url = #{temporaryReportUrl},</if> |
|
@ -668,6 +677,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="temporaryTime != null">temporary_time = #{temporaryTime},</if> |
|
|
<if test="temporaryTime != null">temporary_time = #{temporaryTime},</if> |
|
|
<if test="deliveryInspectionTime != null">delivery_inspection_time = #{deliveryInspectionTime},</if> |
|
|
<if test="deliveryInspectionTime != null">delivery_inspection_time = #{deliveryInspectionTime},</if> |
|
|
<if test="qualityTime != null">quality_time = #{qualityTime},</if> |
|
|
<if test="qualityTime != null">quality_time = #{qualityTime},</if> |
|
|
|
|
|
<if test="qualityRemark != null">quality_remark = #{qualityRemark},</if> |
|
|
<if test="storageTime != null">storage_time = #{storageTime},</if> |
|
|
<if test="storageTime != null">storage_time = #{storageTime},</if> |
|
|
<if test="temporaryRemark != null">temporary_remark = #{temporaryRemark},</if> |
|
|
<if test="temporaryRemark != null">temporary_remark = #{temporaryRemark},</if> |
|
|
<if test="temporaryReportUrl != null">temporary_report_url = #{temporaryReportUrl},</if> |
|
|
<if test="temporaryReportUrl != null">temporary_report_url = #{temporaryReportUrl},</if> |
|
|