Explorar el Código

인력 저장시 협력병원 코드 저장 추가

databank102 hace 4 años
padre
commit
c29c64c0f9
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      src/main/resources/mybatis/mapper/staff/staffManager.xml

+ 4 - 2
src/main/resources/mybatis/mapper/staff/staffManager.xml

@@ -84,7 +84,8 @@
                     CREATE_DATE,
                     CREATE_BY_ID,
                     LOCATION_CODE,
-                    CENTER_NAME
+                    CENTER_NAME,
+                    COOPERATIVE_CODE
                 )
             values
                 (
@@ -108,7 +109,8 @@
                     NOW(),
                     #{createById},
                     #{locationCode},
-                    #{centerName}
+                    #{centerName},
+                    #{cooperativeCode},
                 )
         ]]>
     </insert>