Commit fce674a7 by guojuxing

新建商户调整:指定商户ID

parent 5ac1a5a2
......@@ -40,7 +40,7 @@ public class EnterpriseServiceImpl implements EnterpriseService{
enterpriseDTO.setIsInitComplete(0);
TabEnterprise tabEnterprise = EntityUtil.changeEntityNew(TabEnterprise.class, enterpriseDTO);
tabEnterpriseMapper.insertSelective(tabEnterprise);
return tabEnterprise.getEnterpriseId();
return enterpriseDTO.getEnterpriseId();
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment