Просмотр исходного кода

//spu_sync bug

release_toaliyun_real
xhxu 3 лет назад
Родитель
Сommit
77f2b381d9
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 Просмотреть файл

@@ -151,7 +151,7 @@ public class WxProfitSharingReceiverApplyController extends BaseController {
if(receiverApply == null){
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(), "未找到进件数据");
}
if(!EnumSharingReceiverApplymentState.APPLYMENT_STATE_CANCELED.getCode().equals(receiverApply.getApplymentState())){
if(EnumSharingReceiverApplymentState.APPLYMENT_STATE_CANCELED.getCode().equals(receiverApply.getApplymentState())){
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(), "已作废,才能删除");
}
return wxProfitSharingReceiverApplyService.updateDel(delApply);


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