Merge branch 'master' into dev_js_20260309
This commit is contained in:
@@ -78,5 +78,10 @@
|
||||
<artifactId>lidee-service-infra-api</artifactId>
|
||||
<version>${lidee.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.oracle.database.nls</groupId>
|
||||
<artifactId>orai18n</artifactId>
|
||||
<version>21.1.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@@ -13,8 +13,8 @@ import org.springframework.stereotype.Component;
|
||||
* 同步销售明细表
|
||||
* oracle gryybi GR_BI_SA_SETDTL --> mysql erp_bi_data GR_BI_SA_SETDTL
|
||||
*/
|
||||
@Component
|
||||
@Slf4j
|
||||
@Component("SaSetdtlSyncJob")
|
||||
public class SaSetdtlSyncJob implements JobHandler {
|
||||
|
||||
@Autowired
|
||||
|
||||
@@ -60,9 +60,6 @@ public class anyToGrBiSasetdtl implements JobHandler {
|
||||
while (rs.next()) {
|
||||
//写入到数据中台表
|
||||
|
||||
|
||||
|
||||
|
||||
System.out.println(rs.getString("SASETTLEDTLID"));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user