This commit is contained in:
2023-07-01 15:15:41 +08:00
parent 901b2ebc80
commit 98629f25d8
5 changed files with 68 additions and 26 deletions

View File

@@ -107,7 +107,11 @@ public class PileMerchantInfoServiceImpl implements IPileMerchantInfoService {
// ? appid
// : pileMerchantInfo.getAppId();
pileMerchantInfo.setAppId(pileMerchantInfo.getAppId());
return pileMerchantInfoMapper.insertPileMerchantInfo(pileMerchantInfo);
int i = pileMerchantInfoMapper.insertPileMerchantInfo(pileMerchantInfo);
// 3 创建运营商管理员
return i;
}
/**