This commit is contained in:
2024-01-06 15:13:50 +08:00
parent caf9eb21bf
commit d685d12723
35 changed files with 2352 additions and 784 deletions

View File

@@ -52,7 +52,7 @@ public abstract class AbstractProgramLogic implements InitializingBean {
protected String ADAPAY_CALLBACK_URL;
@Resource
protected IOrderBasicInfoService orderBasicInfoService;
protected OrderBasicInfoService orderBasicInfoService;
@Autowired
protected IPileBasicInfoService pileBasicInfoService;