|
|
@ -148,7 +148,12 @@ |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
<select id="selectByIdOneV2" resultType="com.hnac.hzims.operational.duty.vo.ImsSchedulingVo"> |
|
|
|
<select id="selectByIdOneV2" resultType="com.hnac.hzims.operational.duty.vo.ImsSchedulingVo"> |
|
|
|
SELECT |
|
|
|
SELECT |
|
|
|
DM.*, |
|
|
|
DM.ID AS id, |
|
|
|
|
|
|
|
DM.DUTY_GROUP_ID AS groupId, |
|
|
|
|
|
|
|
DM.CLASS_ID AS classId, |
|
|
|
|
|
|
|
DM.PRE_DUTY_ID AS preDutyId, |
|
|
|
|
|
|
|
DM.DUTY_PERSON_IDS AS dutyPersonIds, |
|
|
|
|
|
|
|
DM.status , |
|
|
|
DC.CLASS_NAME AS className, |
|
|
|
DC.CLASS_NAME AS className, |
|
|
|
DC.`START_TIME` AS startTime, |
|
|
|
DC.`START_TIME` AS startTime, |
|
|
|
DC.`END_TIME` AS endTime |
|
|
|
DC.`END_TIME` AS endTime |
|
|
|