优化
This commit is contained in:
@@ -80,7 +80,7 @@ public class FormulaServiceImpl implements FormulaService {
|
|||||||
if (StrUtil.isNotEmpty(material_id)) {
|
if (StrUtil.isNotEmpty(material_id)) {
|
||||||
map.put("material_id", "%" + material_id + "%");
|
map.put("material_id", "%" + material_id + "%");
|
||||||
}
|
}
|
||||||
JSONObject json = WQL.getWO("QPF_FORMULA01").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "formula_code");
|
JSONObject json = WQL.getWO("QPF_FORMULA01").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "Formula.create_time desc");
|
||||||
return json;
|
return json;
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user