Commit d353c8541337acb4e4066618c32812672a1428c6

Authored by liquanyu
1 parent cb131a477f

服务

Showing 1 changed file with 2 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml View file @ d353c85
... ... @@ -253,7 +253,8 @@
253 253 parameterType="com.lyms.platform.permission.model.PatientServiceQuery">
254 254 select
255 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
  256 + hospital_id,ser_code,status,receive_date,receive_user,back_date,back_user,order_id,syn_status,is_old,per_type,
  257 + device,deviceCon,doctorWeek,serviceWeek,serStartWeek,serEndWeek,serStartTime,serEndTime,docStartWeek,docEndWeek,docStartTime,docEndTime
257 258 from patient_service
258 259 <include refid="PatientServiceCondition"/>
259 260 <include refid="orderAndLimit"/>