| | |
| | | <result property="ServiceOrdUserID" column="ServiceOrdUserID" /> |
| | | <result property="ServiceOrdAreaType" column="ServiceOrdAreaType" /> |
| | | <result property="ServiceOrdType" column="ServiceOrdType" /> |
| | | <result property="ServiceOrdNo" column="ServiceOrdNo" /> |
| | | <result property="ServiceOrdTraTxnPrice" column="ServiceOrdTraTxnPrice" /> |
| | | <result property="ServiceOrdPtOutHospID" column="ServiceOrdPtOutHospID" /> |
| | | <result property="ServiceOrdPtServicesID" column="ServiceOrdPtServicesID" /> |
| | |
| | | <!-- 执行人结果映射 --> |
| | | <resultMap type="java.util.HashMap" id="AssigneeResult"> |
| | | <result property="EntourageOAId" column="EntourageOAId" /> |
| | | <result property="EntourageID" column="EntourageID" /> |
| | | <result property="EntourageState" column="EntourageState" /> |
| | | </resultMap> |
| | | |
| | |
| | | SELECT |
| | | a.ServiceOrdID, |
| | | a.Old_ServiceOrdID_TXT, |
| | | a.ServiceOrdNo, |
| | | a.ServiceOrdTraVia, |
| | | a.ServiceOrdApptDate, |
| | | a.ServiceOrd_NS_ID, |
| | |
| | | a.ServiceOrdID, |
| | | a.Old_ServiceOrdID_TXT, |
| | | a.ServiceOrdTraVia, |
| | | a.ServiceOrdNo, |
| | | a.ServiceOrdApptDate, |
| | | a.ServiceOrdUserID, |
| | | a.ServiceOrd_NS_ID, |
| | |
| | | <select id="selectAssigneesByDispatchOrdID" resultMap="AssigneeResult"> |
| | | SELECT |
| | | EntourageOAId, |
| | | EntourageID, |
| | | EntourageState |
| | | FROM DispatchOrd_Entourage |
| | | WHERE DispatchOrdIDDt = #{dispatchOrdID} |