计费模型协议编号错误修改
This commit is contained in:
parent
1c10bf66d0
commit
252bdb9c86
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user