Browse Source

photo

photo
winter 1 year ago
parent
commit
4b655fe839
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      suimangService/src/main/resources/mapper/ServicePersonMouldMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/ServicePersonMouldMapper.xml View File

@@ -30,7 +30,7 @@
<if test=" null != sortColumns">order by customized desc,${sortColumns}</if>
</sql>

<select id="findMouldIdList" parameterType="com.iformall.domain.po.sm.ServicePersonMould" resultMap="BaseResultMap">
<select id="findMouldIdList" parameterType="com.iformall.domain.po.sm.ServicePersonMould" resultType="Long">
select person_mould_id
from service_person_mould where service_id = #{serviceId}
</select>


Loading…
Cancel
Save