Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-cost
Overview
Overview
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
huluobin
bailuntec-cost
Commits
db4c6e7f
Commit
db4c6e7f
authored
Jan 19, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# update
parent
7e2a52e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
CostLogDao.java
...c/main/java/com/blt/other/module/cost/dao/CostLogDao.java
+0
-1
CostLogMapper.xml
cost-service/src/main/resources/mapper/CostLogMapper.xml
+0
-7
No files found.
cost-service/src/main/java/com/blt/other/module/cost/dao/CostLogDao.java
View file @
db4c6e7f
...
@@ -10,7 +10,6 @@ import java.util.List;
...
@@ -10,7 +10,6 @@ import java.util.List;
@Repository
@Repository
public
interface
CostLogDao
{
public
interface
CostLogDao
{
Integer
insert
(
CostLogDomain
log
);
List
<
CostLogDomain
>
selectByCostNo
(
String
costNo
);
List
<
CostLogDomain
>
selectByCostNo
(
String
costNo
);
...
...
cost-service/src/main/resources/mapper/CostLogMapper.xml
View file @
db4c6e7f
...
@@ -3,13 +3,6 @@
...
@@ -3,13 +3,6 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
"http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper
namespace=
"com.blt.other.module.cost.dao.CostLogDao"
>
<mapper
namespace=
"com.blt.other.module.cost.dao.CostLogDao"
>
<insert
id=
"insert"
useGeneratedKeys=
"true"
keyColumn=
"id"
keyProperty=
"id"
>
INSERT INTO cost_log(cost_no, update_usercode, update_username, update_time, update_note, update_userid)
VALUE
(
#{costNo}, #{updateUsercode}, #{updateUsername}, #{updateTime}, #{updateNote}, #{updateUserid}
)
</insert>
<select
id=
"selectByCostNo"
resultType=
"com.blt.other.database.model.CostLogDomain"
>
<select
id=
"selectByCostNo"
resultType=
"com.blt.other.database.model.CostLogDomain"
>
SELECT *
SELECT *
...
...
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