winter 1 рік тому
джерело
коміт
4b655fe839
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      suimangService/src/main/resources/mapper/ServicePersonMouldMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/ServicePersonMouldMapper.xml Переглянути файл

@@ -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>


Завантаження…
Відмінити
Зберегти