Commit 5d59004f authored by 位宇华's avatar 位宇华

修改利润数据同步

parent 8e035516
......@@ -46,8 +46,8 @@ public class ProfitDataSyncServiceImpl implements ProfitDataSyncService {
StopWatch stopWatch = new StopWatch();
stopWatch.start();
JSONObject jsonObject = new JSONObject();
//String lastMonth = DateUtils.getYearAndMonthLast();
String lastMonth = "2024-01";
String lastMonth = DateUtils.getYearAndMonthLast();
//String lastMonth = "2024-01";
ParmDataModel parmDataModel = new ParmDataModel();
parmDataModel.setPeriod(lastMonth.replaceAll("-", ""));
parmDataModel.setYear(lastMonth.substring(0, 4));
......
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