|
|
|
@ -495,7 +495,7 @@ |
|
|
|
|
|
|
|
|
|
<insert id="insertUser" keyProperty="id" useGeneratedKeys="true" |
|
|
|
|
parameterType="com.daqing.framework.domain.hrms.UserEntity"> |
|
|
|
|
INSERT INTO hrms_user (account,phone_account,create_time,motify_time) VALUES (#{account},#{phoneAccount},#{createTime},#{motifyTime}) |
|
|
|
|
INSERT INTO hrms_user (account,create_time,motify_time) VALUES (#{account},#{createTime},#{motifyTime}) |
|
|
|
|
</insert> |
|
|
|
|
|
|
|
|
|
<select id="getEmployeeByUserId" parameterType="long" resultMap="employeeInfoByUserId"> |
|
|
|
|