记账本
This commit is contained in:
@@ -301,8 +301,22 @@ public class XxlJobHandler {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @Auther: wangshuo
|
||||
* @Date: 2025/3/28
|
||||
* @description:每个月为可以生成记账的门店生成初始化数据
|
||||
*/
|
||||
@XxlJob("initTallyBook")
|
||||
public void initTallyBook() {
|
||||
log.info("------start initTallyBook------");
|
||||
boolean hasNext = true;
|
||||
int pageNum = 1;
|
||||
int pageSize = 10;
|
||||
List<Long> shopIdList = new ArrayList<>();
|
||||
while (hasNext) {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user