Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
njzsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐州
njzsb
Commits
5bd3624c
Commit
5bd3624c
authored
Jan 11, 2023
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改问题
parent
6a295119
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
jdbc.properties
conf/jdbc.properties
+5
-5
Fstzs.java
src/com/jshx/fstzs/entity/Fstzs.java
+1
-1
No files found.
conf/jdbc.properties
View file @
5bd3624c
...
...
@@ -48,12 +48,12 @@ db.driverClassName=oracle.jdbc.driver.OracleDriver
#db.url = jdbc:oracle:thin:@10.1.163.147:1521/orcl
# 现场测试 start -------------------------------------
#db.url = jdbc:oracle:thin:@192.168.1.244:1521/orcl
#db.username = zsb1016
#db.password = 123456
db.url
=
jdbc:oracle:thin:@192.168.30.140:1521:orcl
db.username
=
zsb1
db.url
=
jdbc:oracle:thin:@192.168.1.244:1521/orcl
db.username
=
zsb1016
db.password
=
123456
#db.url = jdbc:oracle:thin:@192.168.30.140:1521:orcl
#db.username = zsb1
#db.password = 123456
#db.username = zsb2107
#db.password = 123456
##db.username = zsb01
...
...
src/com/jshx/fstzs/entity/Fstzs.java
View file @
5bd3624c
...
...
@@ -174,7 +174,7 @@ public class Fstzs extends BaseModel {
* 对应项目信息
*/
@ManyToOne
(
targetEntity
=
FstzsXm
.
class
,
fetch
=
FetchType
.
LAZY
)
@JoinColumn
(
name
=
"XMZJ"
,
insertable
=
fals
e
,
updatable
=
false
)
@JoinColumn
(
name
=
"XMZJ"
,
insertable
=
tru
e
,
updatable
=
false
)
public
FstzsXm
getFstzsXm
()
{
return
fstzsXm
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment