DS7_HYRD
dengyu 1 year ago
commit 2559daa5bb

@ -1010,14 +1010,14 @@ namespace DSWeb.Areas.CommMng.DAL
//var cdc = new CommonDataContext(); //var cdc = new CommonDataContext();
//var currHead = cdc.ch_fee_payapplication.First(x => x.BILLNO == headdata.BILLNO); //var currHead = cdc.ch_fee_payapplication.First(x => x.BILLNO == headdata.BILLNO);
if (!string.IsNullOrWhiteSpace(headdata.PAYAPPID)) if (!string.IsNullOrWhiteSpace(currHead.PAYAPPID))
{ {
result.SetErrorInfo("业务已经提交至泛微OA"); result.SetErrorInfo("业务已经提交至泛微OA");
OAHelper.BILLDONE(headdata.BILLNO); OAHelper.BILLDONE(headdata.BILLNO);
return result; return result;
} }
result.OK(); result.OK();

Loading…
Cancel
Save