| | |
| | | ResponseCodeEnum.PARAMETERS_IS_MISSING.getMsg()); |
| | | |
| | | //判断参数是否有效 |
| | | AccountInsertDTO conditionDTO = form.paramValid(); |
| | | AccountDTO conditionDTO = form.paramValid(); |
| | | if (conditionDTO.getCode() != ResponseCodeEnum.SUCCESS.getCode()) { |
| | | return new ResultMessage(conditionDTO.getCode(), conditionDTO.getMsg(), null); |
| | | } |
| | |
| | | ResponseCodeEnum.PARAMETERS_IS_MISSING.getMsg()); |
| | | |
| | | //判断参数是否有效 |
| | | AccountUpdateDTO conditionDTO = form.paramValid(); |
| | | AccountDTO conditionDTO = form.paramValid(); |
| | | if (conditionDTO.getCode() != ResponseCodeEnum.SUCCESS.getCode()) { |
| | | return new ResultMessage(conditionDTO.getCode(), conditionDTO.getMsg(), null); |
| | | } |