解决bug:商品模块中,单价金额无法单个清空的问题

This commit is contained in:
季圣华
2023-04-22 10:42:04 +08:00
parent be1583d6c2
commit ce61f62bf3
3 changed files with 18 additions and 4 deletions

View File

@@ -22,4 +22,6 @@ public interface MaterialExtendMapperEx {
List<MaterialExtend> getListByMId(@Param("ids") Long ids[]);
int batchDeleteMaterialExtendByMIds(@Param("ids") String ids[]);
int specialUpdatePrice(MaterialExtend record);
}