@@ -240,7 +240,7 @@ public class WarehousingOrderServiceImpl extends ServiceImpl<WarehousingOrderMap
* 每天16.30点更新
*/
@Transactional
- @Scheduled(cron = "0 30 16 * * ?")
+// @Scheduled(cron = "0 30 16 * * ?")
public String addInfo() {
//当天零点
SimpleDateFormat now = new SimpleDateFormat("yyyy-MM-dd 16:30:00");