This commit is contained in:
GYJ
2025-08-25 14:42:01 +08:00
parent 45aff486fa
commit 97e20cae9b

View File

@@ -105,6 +105,7 @@ public class TempOrdersTask {
// if (!"pay".equals(profiles)) { // if (!"pay".equals(profiles)) {
// return; // return;
// } // }
String value = commonRepository.findOne(939).getValue(); String value = commonRepository.findOne(939).getValue();
if(!"1".equals(value)){ if(!"1".equals(value)){
return; return;