业主审核添加过账时间

This commit is contained in:
王帅 2025-05-20 16:00:37 +08:00
parent b6a0c7c86d
commit 82838a03be

View File

@ -491,6 +491,7 @@ public class LabelController {
SALESHIPREQUESTNAME = (String) params.get(0).get("SALESHIPREQUESTNAME");
SALESHIPREQUESTDETAILNAME = (String) params.get(0).get("SALESHIPREQUESTDETAILNAME");
String mainId = (String) params.get(0).get("MAIN_ID");
commitDate = params.get(0).get("commitDate") != null ? (String) params.get(0).get("commitDate"):DateUtil.now();
costCenterService.updateCheckMain(mainId);
}
if(sapBoxList.size() > 0) {