Commit 419e0924 authored by lenovo's avatar lenovo

修改物料转换回传数据

parent f3252829
......@@ -101,7 +101,7 @@ public class ActSuppliesConvertController extends BaseController{
}
for (int i = 0; i < list.size(); i++) {
if (str.equals(list.get(i).getDetaliesName())) {
return list.get(i).getEncoding();
return list.get(i).getSuppliesName();
}
}
return str;
......
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