|
@@ -26,7 +26,7 @@ public interface ItdmPersonManageTaskMapper extends BaseMapper<ItdmPersonManageT
|
|
|
/**
|
|
|
* 修改对应的人员管理
|
|
|
*/
|
|
|
- @Select("update itdm_person_manage set name = #{name}, sex = #{sex}, tel = #{tel}, position = #{position}, update_time = #{updateTime}, where user_id = #{userId}" )
|
|
|
+ @Select("update itdm_person_manage set name = #{name}, sex = #{sex}, tel = #{tel}, position = #{position}, update_time = #{updateTime} where user_id = #{userId}" )
|
|
|
void updatePersonManage(@Param("name") String name,
|
|
|
@Param("sex") Integer sex,
|
|
|
@Param("tel") String tel,
|