This commit is contained in:
parent
45aff486fa
commit
97e20cae9b
|
|
@ -105,6 +105,7 @@ public class TempOrdersTask {
|
|||
// if (!"pay".equals(profiles)) {
|
||||
// return;
|
||||
// }
|
||||
|
||||
String value = commonRepository.findOne(939).getValue();
|
||||
if(!"1".equals(value)){
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue