opt:禁用自动审核

This commit is contained in:
gongbx
2024-05-13 17:32:04 +08:00
parent 01538e9288
commit b428e3097b

View File

@@ -81,7 +81,7 @@ public class EasBillSchedule {
* eas单据自动审核
*/
@Async("taskExecutor")
@Scheduled(cron = "0/180 * * * * *")
//@Scheduled(cron = "0/180 * * * * *")
@Transactional(rollbackFor = Exception.class)
public void automaticAuditBills() {
try {