Commit b73b28bd03b03b0ec88a854e21022c5a5e4eb6ed

Authored by jiangjiazhi
1 parent 09c4fdd14a

1

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml View file @ b73b28b
... ... @@ -252,7 +252,7 @@
252 252  
253 253  
254 254 <!--查询只开通了标准服务的数据 -->
255   - <select id="selectOnlyBzServiceCount" resultType="java.util.HashMap" parameterType="com.lyms.platform.permission.model.PatientServiceQuery">
  255 + <select id="selectOnlyBzServiceCount" resultType="int" parameterType="com.lyms.platform.permission.model.PatientServiceQuery">
256 256 SELECT count(1) from (SELECT parentid,id from patient_service where ser_status=1
257 257 <if test="perType != null and perType != ''">
258 258 and per_type = #{perType,jdbcType=INTEGER}