Commit 238b87d4d3a285fe41784725fe0a1738217b92d5

Authored by jiangjiazhi
1 parent 3b78bc8a0e

修改体重营养报告

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml View file @ 238b87d
... ... @@ -259,7 +259,7 @@
259 259  
260 260 <!--查询只开通了标准服务的数据 -->
261 261 <select id="selectOnlyBzServiceCount" resultType="int" parameterType="com.lyms.platform.permission.model.PatientServiceQuery">
262   - SELECT count(1) from ( SELECT count(1) from (SELECT parentid,id from patient_service where ser_status=1
  262 + SELECT count(1) from ( SELECT count(1) from (SELECT parentid,id,ser_type from patient_service where ser_status=1
263 263 <if test="perType != null and perType != ''">
264 264 and per_type = #{perType,jdbcType=INTEGER}
265 265 </if>