Commit 5fa76234 by zhiwj

调整门店排序

parent 06c4f43f
......@@ -90,7 +90,7 @@ public class ClerkPositionServiceImpl implements ClerkPositionService {
// 相当于置顶
sortTopping(enterpriseId, clerkPositionId);
} else {
int start = seq - 2;
int start = seq - 4;
int size = 2;
List<TabClerkPosition> list = tabClerkPositionMapper.listTwoElementExceptId(enterpriseId, start, size, clerkPositionId);
......
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