|
|
@@ -5,8 +5,8 @@
|
|
|
|
|
|
<!--添加发货单信息-->
|
|
|
<insert id="addDispatch">
|
|
|
- insert into sg_dispatch(truck_no,customer,scrq,arrival_time,uuid,states,anomaly)
|
|
|
- values (#{truckNo},#{customer},now(),#{arrivalTime},#{uuid},'0','0')
|
|
|
+ insert into sg_dispatch(truck_no,customer,scrq,arrival_time,uuid,states,anomaly,present_images)
|
|
|
+ values (#{truckNo},#{customer},now(),#{arrivalTime},#{uuid},'0','0',#{presentImages})
|
|
|
</insert>
|
|
|
<!--添加子表信息-->
|
|
|
<insert id="addDispatchZ">
|
|
|
@@ -82,6 +82,7 @@
|
|
|
a.arrival_time,
|
|
|
a.anomaly,
|
|
|
a.note,
|
|
|
+ a.present_images,
|
|
|
a.imgs,
|
|
|
a.final_time,
|
|
|
a.uuid,
|