This commit is contained in:
zds
2022-08-19 19:26:11 +08:00
parent 4068867a38
commit 21422b8662

View File

@@ -80,7 +80,7 @@ public class FormulaServiceImpl implements FormulaService {
if (StrUtil.isNotEmpty(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;
}
@Override