|
|
|
@ -1,17 +1,11 @@
|
|
|
|
|
package com.shxy.xymanager_admin;
|
|
|
|
|
|
|
|
|
|
import com.shxy.xymanager_common.entity.TerminalSchedulesTemp;
|
|
|
|
|
import com.shxy.xymanager_common.enums.CommonStatus;
|
|
|
|
|
import com.shxy.xymanager_common.model.TerminalScheduleRuleTimeListModel;
|
|
|
|
|
import com.shxy.xymanager_common.util.SaltUtil;
|
|
|
|
|
import com.shxy.xymanager_dao.dao.*;
|
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
@SpringBootTest
|
|
|
|
|
class XymanagerAdminApplicationTests {
|
|
|
|
@ -127,8 +121,6 @@ class XymanagerAdminApplicationTests {
|
|
|
|
|
requestidlist.add(3);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List<TerminalSchedulesTemp> terminalSchedulesTemps = terminalSchedulesTempDao.updateStatusByRequestIdList(requestidlist, CommonStatus.EFFECTIVE.value(), new Date());
|
|
|
|
|
System.out.println(terminalSchedulesTemps.toArray());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|