业主审核添加过账时间
This commit is contained in:
parent
b6a0c7c86d
commit
82838a03be
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user