mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-17 00:08:35 +08:00
update
This commit is contained in:
@@ -103,10 +103,10 @@ public class PileMerchantInfoServiceImpl implements IPileMerchantInfoService {
|
|||||||
// pileMerchantInfo.setId(deptId);
|
// pileMerchantInfo.setId(deptId);
|
||||||
pileMerchantInfo.setDeptId(String.valueOf(deptId));
|
pileMerchantInfo.setDeptId(String.valueOf(deptId));
|
||||||
pileMerchantInfo.setStatus(Constants.ONE);
|
pileMerchantInfo.setStatus(Constants.ONE);
|
||||||
String appId = StringUtils.isBlank(pileMerchantInfo.getAppId())
|
// String appId = StringUtils.isBlank(pileMerchantInfo.getAppId())
|
||||||
? appid
|
// ? appid
|
||||||
: pileMerchantInfo.getAppId();
|
// : pileMerchantInfo.getAppId();
|
||||||
pileMerchantInfo.setAppId(appId);
|
pileMerchantInfo.setAppId(pileMerchantInfo.getAppId());
|
||||||
return pileMerchantInfoMapper.insertPileMerchantInfo(pileMerchantInfo);
|
return pileMerchantInfoMapper.insertPileMerchantInfo(pileMerchantInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user