|
@@ -64,6 +64,7 @@ public class MzZdYpYshServiceImpl implements MzZdYpYshService {
|
|
if(ypZdDict.getSelfpayProp() != null && ypZdDict.getSelfpayProp().compareTo(BigDecimal.ZERO) == 1){
|
|
if(ypZdDict.getSelfpayProp() != null && ypZdDict.getSelfpayProp().compareTo(BigDecimal.ZERO) == 1){
|
|
m.setSelfpayProp(ypZdDict.getSelfpayProp().multiply(BigDecimal.valueOf(100)).setScale(0, BigDecimal.ROUND_HALF_UP));
|
|
m.setSelfpayProp(ypZdDict.getSelfpayProp().multiply(BigDecimal.valueOf(100)).setScale(0, BigDecimal.ROUND_HALF_UP));
|
|
}
|
|
}
|
|
|
|
+ m.setYbBlNew(ypZdDict.getYbBlNew());
|
|
m.setYbComment(ypZdDict.getYbCommentNew());
|
|
m.setYbComment(ypZdDict.getYbCommentNew());
|
|
}
|
|
}
|
|
});
|
|
});
|