|
@@ -837,6 +837,7 @@ public class YpDictService {
|
|
|
minYp.setBuyPrice(minBuyPrice.doubleValue());
|
|
|
BigDecimal minYbxjPrice = DecimalUtil.divide(ypZdDictVo.getYbxjPrice(), ypZdDictVo.getPackSize(), 3);
|
|
|
minYp.setYbxjPrice(minYbxjPrice.doubleValue());
|
|
|
+ minYp.setPackSize(1d);
|
|
|
int d2 = dao.insert(minYp);
|
|
|
}
|
|
|
YpPrintName ypPrintName = callYpPrintName(ypZdDictVo, "T");
|