|
@@ -24,4 +24,7 @@ public interface ZhcxSubcontractorUserDao extends BaseDao<SysUserDo> {
|
|
|
@Update("UPDATE INCONTROL.ZHCX_SUPERVISION_CUSTOM_USER_MANAGE SET ACCOUNT = #{account},PHONE = #{phone},EMAIL = #{email} WHERE USERID = #{userid}")
|
|
|
int updateSupervisor(@Param("userid") String id,@Param("account") String account,
|
|
|
@Param("phone") String phone,@Param("email") String email);
|
|
|
+ @Update("UPDATE INCONTROL.ZHCX_SUBCONTRACTOR_MANAGE_USER SET ACCOUNT = #{account},PHONE = #{phone},EMAIL = #{email} WHERE USERID = #{userid}")
|
|
|
+ int updateSubcontract(@Param("userid") String id,@Param("account") String account,
|
|
|
+ @Param("phone") String phone,@Param("email") String email);
|
|
|
}
|