计费模型协议编号错误修改

This commit is contained in:
ZZ 2021-08-03 14:34:51 +08:00
parent 1c10bf66d0
commit 252bdb9c86

View File

@ -37,7 +37,7 @@ public class RateModelRequestLogic implements ServiceLogic {
}
CacheRateModel cacheRateModel = REDIS.getCacheObject("rateModel:".concat(rateModelId.toString()));
String rateModel = translate(cacheRateModel);
String resultStr = "680E00000006".concat(pileNo)
String resultStr = "680E0000000A".concat(pileNo)
.concat(String.format("%04d", rateModelId))
.concat(rateModel)
.concat(ServiceResult.HEX_OK);