xhxu 3 лет назад
Родитель
Сommit
d7f90a850e
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxProfitSharingReceiverApplyController.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxProfitSharingReceiverApplyController.java Просмотреть файл

@@ -144,7 +144,7 @@ public class WxProfitSharingReceiverApplyController extends BaseController {
@SystemControllerLog(description = "修改")
public ResultData delReceiverApply(@RequestBody WxProfitSharingReceiverApply receiverApply) {
log.debug("[" + getIpAddr() + "] merchantProfitSharingReceiver::delReceiverApply");
if(receiverApply.getId() == null || receiverApply.getFunctionState() == null){
if(receiverApply.getId() == null){
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL);
}
WxProfitSharingReceiverApply delApply = wxProfitSharingReceiverApplyService.selectById(receiverApply.getId());


Загрузка…
Отмена
Сохранить