Commit 083d01ce authored by tianyiming's avatar tianyiming

监管-部分公共接口修改

parent bb7151e4
......@@ -146,6 +146,13 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD
@Override
public List<Map<String, Object>> getUnitListByType(String type) {
if (type.equals("use")) {
type = "使用单位";
} else if (type.equals("maintenance")) {
type = "维保单位";
}
return equipmentCategoryMapper.getUnitListByType(type);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment