|
@@ -3262,7 +3262,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="manualAddPre" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
<select id="manualAddPre" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
- select T3.prediction_no PREDICTION_NO, T3.notice_no NOTICE_NO, T3.car_no CAR_NO, T3.trailer_no TRAILER_NO, T3.matter_no MATTER_NO,
|
|
|
|
|
|
|
+ select T3.prediction_no PREDICTION_NO, T3.notice_no NOTICE_NO, t1.car_no CAR_NO, T3.trailer_no TRAILER_NO, T3.matter_no MATTER_NO,
|
|
|
T3.voucher_identity, T3.voucher_item, T3.business_group, T3.temp_conveyance, T3.conveyance_type,
|
|
T3.voucher_identity, T3.voucher_item, T3.business_group, T3.temp_conveyance, T3.conveyance_type,
|
|
|
T3.resource_system, T3.group_package_amount, T3.group_package_unit, T3.package_amount,
|
|
T3.resource_system, T3.group_package_amount, T3.group_package_unit, T3.package_amount,
|
|
|
T3.package_unit, T3.theory_amount, T3.measure_batch,T3.measure_batch_count,T3.sender_type,
|
|
T3.package_unit, T3.theory_amount, T3.measure_batch,T3.measure_batch_count,T3.sender_type,
|
|
@@ -3282,7 +3282,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="mathPredcition" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
<select id="mathPredcition" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
- select t.actual_no, t1.prediction_no, t1.notice_no, t1.car_no,
|
|
|
|
|
|
|
+ select t.actual_no, t1.prediction_no, t1.notice_no, t.car_no,
|
|
|
t1.trailer_no, t1.matter_no, t1.matter_name, t1.contract_no,
|
|
t1.trailer_no, t1.matter_no, t1.matter_name, t1.contract_no,
|
|
|
t1.batch_no, t1.customer_supplier_no, t1.customer_supplier_name,
|
|
t1.batch_no, t1.customer_supplier_no, t1.customer_supplier_name,
|
|
|
t1.forwarding_unit_no, t1.forwarding_unit_name, t1.receiving_uint_no,
|
|
t1.forwarding_unit_no, t1.forwarding_unit_name, t1.receiving_uint_no,
|