c7613051 by 肖初晴

【DAOP-1.0】数据需求

【功能点】测试问题处理
1 parent bea125cb
......@@ -444,6 +444,9 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
newItem.setGuid(CommonUtil.newGuid());
newItem.setTenantGuid(vo.getGuid());
newItem.setShardingFlag(vo.getShardingFlag());
newItem.setRequirementUnit(vo.getTenantName());
newItem.setCreateUserName(vo.getContacts());
newItem.setUpdateUserName(vo.getContacts());
newList.add(newItem);
}
mfDemandService.saveBatch(newList);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!