|
|
@@ -221,7 +221,7 @@ public class PurchaseProductServiceImpl implements PurchaseProductService {
|
|
|
if (null == aProduct.getReserve()) {
|
|
|
aProduct.setReserve(DoubleConstant.zero);
|
|
|
}
|
|
|
- if (null == aProduct.getPackaging()) {
|
|
|
+ if (StringUtils.isEmpty(aProduct.getPackaging())) {
|
|
|
aProduct.setPackaging(ProductConstant.DEFAULT_PACKING);
|
|
|
}
|
|
|
if (null == aProduct.getMinPackage()) {
|