Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
finance_serv
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 402dc2b3
authored
Aug 15, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
125465122545125
1 parent
e88461dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
code/finance_serv/src/main/java/com/vion/financial/service/imp/CustomerServiceImpl.java
code/finance_serv/src/main/java/com/vion/financial/service/imp/ProjectServiceImpl.java
code/finance_serv/src/main/java/com/vion/financial/service/imp/CustomerServiceImpl.java
View file @
402dc2b
...
...
@@ -31,7 +31,7 @@ public class CustomerServiceImpl implements CustomerService {
try
{
if
(
customerMapper
.
queryCustomer
()!=
null
)
{
for
(
Customer
cus:
customerMapper
.
queryCustomer
())
{
if
(
cus
.
getCustomer_
unid
()==
customer
.
getCustomer_unid
())
{
if
(
cus
.
getCustomer_
name
()==
customer
.
getCustomer_name
())
{
failCode
.
setEcode
(
"600"
);
failCode
.
setEnote
(
"重复数据"
);
return
failCode
;
...
...
code/finance_serv/src/main/java/com/vion/financial/service/imp/ProjectServiceImpl.java
View file @
402dc2b
...
...
@@ -31,7 +31,7 @@ public class ProjectServiceImpl implements ProjectService {
try
{
if
(
projectMapper
.
queryProject
()!=
null
)
{
for
(
Project
pro:
projectMapper
.
queryProject
())
{
if
(
pro
.
getProject_
unid
()==
project
.
getProject_unid
())
{
if
(
pro
.
getProject_
name
()==
project
.
getProject_name
())
{
failCode
.
setEcode
(
"600"
);
failCode
.
setEnote
(
"重复数据"
);
return
failCode
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment