yaozhixue vor 1 Jahr
Ursprung
Commit
97bb1209b5

+ 1 - 1
src/main/resources/bootstrap-dev.properties

@@ -381,7 +381,7 @@ glscc=FALSE
 tmscc=FALSE
 #安装工单上传  生成需要上传的数据、生成上传任务清单列表
 azuploadyscc=FALSE
-azuploadscc=TRUE
+azuploadscc=FALSE
 #维修工单上传  生成需要上传的数据、生成上传任务清单列表
 wxuploadyscc=TRUE
 wxuploadscc=FALSE

+ 1 - 1
src/main/resources/mapper/ReAppointmentOrderMapper.xml

@@ -17,7 +17,7 @@
 
 
     <select id="getAppointment" parameterType="com.zfire.jiasm.syncdata.parameter.ReAppointment" resultType="com.zfire.jiasm.syncdata.plus.entity.ItfTblAssignAppointmentUpload">
-        select a.order_base_id as worker_order_no,a.out_id as fa_order_install_operating_log_id,
+        select a.order_base_id as worker_order_no,a.out_id as fa_order_repair_operating_log_id,
                UNIX_TIMESTAMP(a.create_time) as id,'guangfo' as created_by,
                a.create_time as created_date,'guangfo' as last_modified_by,a.create_time as last_modified_date,
                case a.examine_status when 'OK' then  a.new_appointment_time else a.old_appointment_time end as kssj,