Commit 528977f2 authored by litengwei's avatar litengwei

接口修改

parent 2ffc297f
......@@ -1832,7 +1832,7 @@ public class EquipmentSpecificSerivceImpl extends ServiceImpl<EquipmentSpecificM
}
@Override
public List<Map<String, Object>> getListByEquipmentCode(String code,String bizOrgCode) {
public List<Map<String, Object>> getListByEquipmentCodeJ(String code,String bizOrgCode) {
List<Map<String, Object>> list = new ArrayList<>();
if (StringUtil.isNotEmpty(code)) {
String[] strings = code.split(",");
......
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