Kaynağa Gözat

//spu_sync bug

release_toaliyun_real
xhxu 3 yıl önce
ebeveyn
işleme
77f2b381d9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet