|
@@ -53,7 +53,7 @@ public class OtherTipProcess {
|
|
|
if (StringUtil.isNotBlank(otherTipNeoDTO.getOtherValue())) {
|
|
|
content += otherTipNeoDTO.getOtherValue();
|
|
|
} else {
|
|
|
- content += otherTipNeoDTO.getValue();
|
|
|
+ content += CoreUtil.subZeroAndDot(otherTipNeoDTO.getValue().toString());
|
|
|
}
|
|
|
BillMsg billMsg = MsgUtil.getCommonOtherTipLisMsg(content, nodeNeoDTO.getName(), nodeNeoDTO.getTermtype());
|
|
|
res.getOtherList().add(billMsg);
|