仓库添加负责人字段
This commit is contained in:
@@ -37,7 +37,7 @@ public class MaterialPropertyService {
|
||||
return materialPropertyMapperEx.selectByConditionMaterialProperty(name, offset, rows);
|
||||
}
|
||||
|
||||
public int countMaterialProperty(String name) {
|
||||
public Long countMaterialProperty(String name) {
|
||||
return materialPropertyMapperEx.countsByMaterialProperty(name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user