winter hace 1 año
padre
commit
4b655fe839
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      suimangService/src/main/resources/mapper/ServicePersonMouldMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/ServicePersonMouldMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar