fix:打标接口调用新增账户状态校验
This commit is contained in:
@@ -97,8 +97,8 @@ public class ShopInfoDAO {
|
||||
* @return
|
||||
*/
|
||||
public Long addShopInfo(ShopInfoDO shopInfo){
|
||||
shopInfoMapper.insertSelective(shopInfo);
|
||||
shopInfo.setStoreId(UUIDUtils.get32UUID());
|
||||
shopInfoMapper.insertSelective(shopInfo);
|
||||
return shopInfo.getId();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user