费率模型消息长度
This commit is contained in:
parent
95ea4b60f3
commit
1c4a354057
@ -45,7 +45,7 @@ public class RateModelRequestLogic implements ServiceLogic {
|
|||||||
String rateModel = translate(cacheRateModel);
|
String rateModel = translate(cacheRateModel);
|
||||||
String skey = "pile:".concat(pileNo).concat(".seqhex");
|
String skey = "pile:".concat(pileNo).concat(".seqhex");
|
||||||
String seq = seqHex(skey);
|
String seq = seqHex(skey);
|
||||||
String resultStr = "680E".concat(seq).concat("000A").concat(pileNo)
|
String resultStr = "685E".concat(seq).concat("000A").concat(pileNo)
|
||||||
.concat(String.format("%04X", rateModelId))
|
.concat(String.format("%04X", rateModelId))
|
||||||
.concat(rateModel);
|
.concat(rateModel);
|
||||||
resultStr = resultStr.concat(CRCCalculator.calcCrc(resultStr));
|
resultStr = resultStr.concat(CRCCalculator.calcCrc(resultStr));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user