| | |
| | | <result column="process_ins_id" property="processInsId" /> |
| | | <result column="yellow_time" property="yellowTime" /> |
| | | <result column="red_time" property="redTime" /> |
| | | <result column="overtime" property="overtime" /> |
| | | <result column="status" property="status" /> |
| | | <result column="overtime_status" property="overtimeStatus" /> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | TPC.process_ins_id, |
| | | TPC.yellow_time, |
| | | TPC.red_time, |
| | | TPC.overtime, |
| | | TPC.status, |
| | | TPC.overtime_status, |
| | | TPC.id |
| | | FROM |
| | | t_process_coding TPC |
| | |
| | | TPC.process_ins_id, |
| | | TPC.yellow_time, |
| | | TPC.red_time, |
| | | TPC.overtime, |
| | | TPC.status, |
| | | TPC.overtime_status, |
| | | TPC.id |
| | | FROM |
| | | t_process_coding TPC |