Merge branch 'master' into dev_js_20260309
This commit is contained in:
@@ -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