|
@@ -75,7 +75,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="getItfTblWxjsFjJyktUpload" parameterType="com.zfire.jiasm.syncdata.parameter.InstallCJDetailFile" resultType="com.zfire.jiasm.syncdata.plus.entity.ItfTblWxjsFjJyktUpload">
|
|
|
- select a.order_base_id as worker_order_no,out_id as fa_order_repair_annex_id,
|
|
|
+ select a.order_base_id as worker_order_no,a.out_id as fa_order_repair_annex_id,
|
|
|
a.fjguid,'guangfo' as created_by,a.create_time as created_date,
|
|
|
'guangfo' as last_modified_by,a.update_time as last_modified_date,
|
|
|
b.brand_wxjsguid as wxjsguid,a.brand_file_path as wjlj,a.create_time as cjsj,
|
|
@@ -84,7 +84,7 @@
|
|
|
from order_detail_file a
|
|
|
left join order_repair_detail b on a.order_base_id = b.order_base_id and b.id=a.order_detail_id
|
|
|
left join order_repair_detail_item c on c.order_repair_detail_id = a.order_detail_id
|
|
|
- where order_base_id = #{request.orderNo} and a.id = #{request.id}
|
|
|
+ where a.order_base_id = #{request.orderNo} and a.id = #{request.id}
|
|
|
</select>
|
|
|
|
|
|
|