解决bug:商品模块中,单价金额无法单个清空的问题-导入excel
This commit is contained in:
@@ -908,6 +908,8 @@ public class MaterialService {
|
||||
} else {
|
||||
materialExtend.setId(meId);
|
||||
materialExtendMapper.updateByPrimaryKeySelective(materialExtend);
|
||||
//如果金额为空,此处单独置空
|
||||
materialExtendMapperEx.specialUpdatePrice(materialExtend);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user