txf hace 3 años
padre
commit
4310f9d8dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/UtilsMapper.xml

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/UtilsMapper.xml

@@ -156,7 +156,7 @@
         where rownum = 1
     </select>
 
-    <select id="getPersonnelIdBySsoId" parameterType="java.math.BigDecimal" resultType="java.lang.Integer">
+    <select id="getPersonnelIdBySsoId" parameterType="java.lang.String" resultType="java.lang.Integer">
         select RP.PERSONNEL_ID
         from RMS_PERSONNEL RP
         where RP.PERSONNEL_SSO_ID = #{personnelSsoId}