Commit 63f83a91cdc47022e5fcd62385b2bd6dde2a2f18
1 parent
6f5323053b
Exists in
master
and in
6 other branches
服务
Showing 1 changed file with 17 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml
View file @
63f83a9
| ... | ... | @@ -26,6 +26,21 @@ |
| 26 | 26 | <result column="syn_status" property="synStatus" jdbcType="INTEGER"/> |
| 27 | 27 | <result column="is_old" property="isOld" jdbcType="INTEGER"/> |
| 28 | 28 | <result column="per_type" property="perType" jdbcType="INTEGER"/> |
| 29 | + | |
| 30 | + <result column="device" property="device" jdbcType="INTEGER"/> | |
| 31 | + <result column="deviceCon" property="deviceCon" jdbcType="INTEGER"/> | |
| 32 | + <result column="doctorWeek" property="doctorWeek" jdbcType="INTEGER"/> | |
| 33 | + <result column="serviceWeek" property="serviceWeek" jdbcType="INTEGER"/> | |
| 34 | + | |
| 35 | + <result column="serStartWeek" property="serStartWeek" jdbcType="INTEGER"/> | |
| 36 | + <result column="serEndWeek" property="serEndWeek" jdbcType="INTEGER"/> | |
| 37 | + | |
| 38 | + <result column="serStartTime" property="serStartTime" jdbcType="TIMESTAMP"/> | |
| 39 | + <result column="serEndTime" property="serEndTime" jdbcType="TIMESTAMP"/> | |
| 40 | + <result column="docStartWeek" property="docStartWeek" jdbcType="INTEGER"/> | |
| 41 | + <result column="docEndWeek" property="docEndWeek" jdbcType="INTEGER"/> | |
| 42 | + <result column="docStartTime" property="docStartTime" jdbcType="TIMESTAMP"/> | |
| 43 | + <result column="docEndTime" property="docEndTime" jdbcType="TIMESTAMP"/> | |
| 29 | 44 | </resultMap> |
| 30 | 45 | |
| 31 | 46 | |
| ... | ... | @@ -237,7 +252,8 @@ |
| 237 | 252 | <select id="queryPatientService" resultMap="PatientServiceResultMap" |
| 238 | 253 | parameterType="com.lyms.platform.permission.model.PatientServiceQuery"> |
| 239 | 254 | select |
| 240 | - id,parentid,pid,ser_type,ser_doct,create_date,create_user_name,create_user,ser_status,update_date,update_user_name,update_user,hospital_id,ser_code,status,receive_date,receive_user,back_date,back_user,order_id,syn_status,is_old,per_type | |
| 255 | + id,parentid,pid,ser_type,ser_doct,create_date,create_user_name,create_user,ser_status,update_date,update_user_name,update_user, | |
| 256 | + hospital_id,ser_code,status,receive_date,receive_user,back_date,back_user,order_id,syn_status,is_old,per_type, device,deviceCon,doctorWeek,serviceWeek,serStartWeek,serEndWeek,serStartTime,serEndTime,docStartWeek,docEndWeek,docStartTime,docEndTime | |
| 241 | 257 | from patient_service |
| 242 | 258 | <include refid="PatientServiceCondition"/> |
| 243 | 259 | <include refid="orderAndLimit"/> |