|
@@ -49,6 +49,13 @@ public class JobTask {
|
|
|
@Resource
|
|
@Resource
|
|
|
GLDCostService gldCostService;
|
|
GLDCostService gldCostService;
|
|
|
|
|
|
|
|
|
|
+ protected void pullDataFromGldMaster() throws Exception {
|
|
|
|
|
+ pullDeptFromGldMaster();
|
|
|
|
|
+ pullMemberFromGldMaster();
|
|
|
|
|
+ pullProjectFromGldMaster();
|
|
|
|
|
+ pullTenantFromGldMaster();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
protected void pullDeptFromGldMaster() throws Exception {
|
|
protected void pullDeptFromGldMaster() throws Exception {
|
|
|
Connection connection = null;
|
|
Connection connection = null;
|
|
|
try {
|
|
try {
|