|
|
|
@@ -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()); |
|
|
|
|