md
This commit is contained in:
parent
2b8d18d64f
commit
6f392e31cb
@ -426,8 +426,7 @@ public class EmisSettleSubBillController extends EmisBaseController
|
||||
Date now=WaybillHelper.removeTimeHMS(new Date());
|
||||
Long num=now.getTime()-sendDate.getTime();//时间戳相差的毫秒数
|
||||
int dayDiff=(int)(num/24/60/60/1000);
|
||||
if(dayDiff<3){
|
||||
// 先暂时关闭,节后再开放
|
||||
if(dayDiff<2){
|
||||
return AjaxResult.error("账单未到出账确认时间,不允许处理:"+old.getBillCode());
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user