| | |
| | | import com.java110.utils.exception.CmdException; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | | import com.java110.utils.util.StringUtil; |
| | | import org.apache.commons.lang3.StringUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | |
| | |
| | | url = "http://{ip}:{port}/app/user.staff.modify", |
| | | resource = "userDoc", |
| | | author = "吴学文", |
| | | serviceCode = "user.staff.modify" |
| | | serviceCode = "user.staff.modify", |
| | | seq = 4 |
| | | ) |
| | | |
| | | @Java110ParamsDoc(params = { |
| | |
| | | } |
| | | } |
| | | } |
| | | if (paramObj.containsKey("email") && !StringUtil.isEmpty(paramObj.getString("email"))) { |
| | | Assert.isEmail(paramObj, "email", "不是有效的邮箱格式"); |
| | | } |
| | | int flag = userV1InnerServiceSMOImpl.updateUser(userPo); |
| | | |
| | | if (flag < 1) { |