|
@@ -166,7 +166,7 @@ public class WaterFormat {
|
|
|
}
|
|
|
String eccZl = decisionReq.getEccZl();
|
|
|
if(StringUtils.isNotBlank(eccZl)){
|
|
|
- decisionReq.setTpOffLxjc(DecimalUtils.getAbsAndScale(new BigDecimal(eccZl), INT_0));
|
|
|
+ decisionReq.setTpOffLxjc(DecimalUtils.getAbsAndScale(new BigDecimal(eccZl), INT_2));
|
|
|
}
|
|
|
return decisionReq;
|
|
|
|