|
|
@ -732,8 +732,7 @@ |
|
|
unqualified_qty = #{unqualifiedQty,jdbcType=DECIMAL}, |
|
|
unqualified_qty = #{unqualifiedQty,jdbcType=DECIMAL}, |
|
|
pass_qty = #{passQty,jdbcType=DECIMAL}, |
|
|
pass_qty = #{passQty,jdbcType=DECIMAL}, |
|
|
not_pass_qty = #{notPassQty,jdbcType=DECIMAL}, |
|
|
not_pass_qty = #{notPassQty,jdbcType=DECIMAL}, |
|
|
batch_qualified_qty = #{batchQualifiedQty,jdbcType=DECIMAL}, |
|
|
|
|
|
submit_date = getDate() |
|
|
|
|
|
|
|
|
batch_qualified_qty = #{batchQualifiedQty,jdbcType=DECIMAL} |
|
|
WHERE site = #{site} and inspection_no = #{inspectionNo} and bu_no = #{buNo} |
|
|
WHERE site = #{site} and inspection_no = #{inspectionNo} and bu_no = #{buNo} |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
@ -1163,8 +1162,7 @@ |
|
|
unqualified_qty = #{unqualifiedQty,jdbcType=DECIMAL}, |
|
|
unqualified_qty = #{unqualifiedQty,jdbcType=DECIMAL}, |
|
|
pass_qty = #{passQty,jdbcType=DECIMAL}, |
|
|
pass_qty = #{passQty,jdbcType=DECIMAL}, |
|
|
not_pass_qty = #{notPassQty,jdbcType=DECIMAL}, |
|
|
not_pass_qty = #{notPassQty,jdbcType=DECIMAL}, |
|
|
batch_qualified_qty = #{batchQualifiedQty,jdbcType=DECIMAL}, |
|
|
|
|
|
submit_date = getDate() |
|
|
|
|
|
|
|
|
batch_qualified_qty = #{batchQualifiedQty,jdbcType=DECIMAL} |
|
|
WHERE site = #{site} and bu_no = #{buNo} and inspection_no = #{inspectionNo} |
|
|
WHERE site = #{site} and bu_no = #{buNo} and inspection_no = #{inspectionNo} |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
@ -1567,8 +1565,7 @@ |
|
|
unqualified_qty = #{unqualifiedQty,jdbcType=DECIMAL}, |
|
|
unqualified_qty = #{unqualifiedQty,jdbcType=DECIMAL}, |
|
|
pass_qty = #{passQty,jdbcType=DECIMAL}, |
|
|
pass_qty = #{passQty,jdbcType=DECIMAL}, |
|
|
not_pass_qty = #{notPassQty,jdbcType=DECIMAL}, |
|
|
not_pass_qty = #{notPassQty,jdbcType=DECIMAL}, |
|
|
batch_qualified_qty = #{batchQualifiedQty,jdbcType=DECIMAL}, |
|
|
|
|
|
submit_date = getDate() |
|
|
|
|
|
|
|
|
batch_qualified_qty = #{batchQualifiedQty,jdbcType=DECIMAL} |
|
|
WHERE site = #{site} and inspection_no = #{inspectionNo} and bu_no = #{buNo} |
|
|
WHERE site = #{site} and inspection_no = #{inspectionNo} and bu_no = #{buNo} |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
|