|
|
@@ -27,7 +27,7 @@
|
|
|
id,node_no,create_time,create_user,update_time,update_user,module_id,delay_flag,
|
|
|
resource_id, prority, success_opt, fail_opt, procedure_id, instruction_id, procedure_productionresource_id,
|
|
|
resourceName,instructionName,failCode,successCode,remark,code,self_examine,examine_match_conf,examine_rate,examine_break_conf,rated_workHours,stock_conf,resource_in_id,
|
|
|
- position_in_id,position_in_ask,resource_out_id,position_out_id,position_out_ask,interface_type,node_name,complete_batch_sort
|
|
|
+ position_in_id,position_in_ask,resource_out_id,position_out_id,position_out_ask,interface_type,node_name,complete_batch_sort,exe_status,exe_result
|
|
|
</sql>
|
|
|
|
|
|
<select id="pageList" resultMap="BaseResultMap">
|
|
|
@@ -43,7 +43,7 @@
|
|
|
|
|
|
<select id="taskAutoNodeList" parameterType="com.github.zuihou.business.productionReadyCenter.entity.AutoNode" resultType="com.github.zuihou.business.productionReadyCenter.entity.AutoNode">
|
|
|
select a.*,c.name as resourceName,'' code,'' as instructionName,'' remark,a.exe_result as exeResult,b.start_time as startTime,
|
|
|
- b.end_time as endTime,b.feedback,b.feedback_file as feedbackFile,b.exe_status as exeStatus
|
|
|
+ b.end_time as endTime,b.feedback,b.feedback_file as feedbackFile,a.exe_status as exeStatus
|
|
|
from imcs_t_task_node a
|
|
|
left join imcs_a_auto_node_log b on a.id = b.task_node_id
|
|
|
left join imcs_tenant_productionresource c on a.resource_id = c.id
|