Commit 5d998cd316a83f15c4957a1e462fe97ec6990e28
1 parent
323ba8019b
Exists in
master
and in
6 other branches
修改体重营养报告
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml
View file @
5d998cd
... | ... | @@ -239,7 +239,7 @@ |
239 | 239 | |
240 | 240 | <!--查询只开通了标准服务的数据 --> |
241 | 241 | <select id="selectOnlyBzService" resultType="java.util.HashMap" parameterType="com.lyms.platform.permission.model.PatientServiceQuery"> |
242 | - SELECT * from (SELECT parentid,id,ser_type from patient_service where ser_status=1 | |
242 | + SELECT * from (SELECT parentid,id,ser_type,create_date from patient_service where ser_status=1 | |
243 | 243 | <if test="perType != null and perType != ''"> |
244 | 244 | and per_type = #{perType,jdbcType=INTEGER} |
245 | 245 | </if> |