Commit 92bc7d98 by guojx

查询字段名称调整

parent 12399da6
......@@ -111,7 +111,7 @@ public class DataController {
if (CollectionUtils.isEmpty(allList)) {
deleteList.add("no_clerk_id");
}
Integer clerkType = qo.getClerkType();
Integer clerkType = qo.getQueryDataType();
boolean isSale = clerkType == 1;
Integer pageNum = jsonObject.getInteger("pageNum");
String apolloKey = qo.getApolloKey();
......
......@@ -13,7 +13,7 @@ public class ClerkListQO implements Serializable {
/**
* 1:销售 2:会员
*/
private Integer clerkType = 1;
private Integer queryDataType = 1;
/**
* 数据组配置的接口key。数据组提供的yapi文档上有
......
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