|
|
@ -325,7 +325,9 @@ public class ErpMaterialServiceImpl implements IErpMaterialService |
|
|
|
SysUser user = ShiroUtils.getSysUser(); |
|
|
|
erpMaterial.setApplyUser(user.getLoginName()); |
|
|
|
erpMaterial.setApplyTime(DateUtils.getNowDate()); |
|
|
|
insertErpMaterial(erpMaterial); |
|
|
|
if(erpMaterial.getId() == null){ |
|
|
|
insertErpMaterial(erpMaterial); |
|
|
|
} |
|
|
|
// 启动流程
|
|
|
|
String applyTitle = user.getUserName()+"发起了物料信息提交审批-"+DateUtils.dateTimeNow(); |
|
|
|
String instanceType = "submit"; |
|
|
|