|
|
@@ -85,7 +85,7 @@ public class WmesService {
|
|
|
@Override
|
|
|
public boolean run() throws SQLException {
|
|
|
Db.use("oracle").update(udfSqlString);
|
|
|
- Db.use("oracle").batchSave("CUS_ASN_SERIALNO", datas, 300);
|
|
|
+ Db.use("oracle").batchSave("WMS_PROD.CUS_ASN_SERIALNO", datas, 300);
|
|
|
return true; // 事务提交
|
|
|
}
|
|
|
});
|