Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
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
wangweidong
patzn-cloud-service-hmhj
Commits
4e7eec54
Commit
4e7eec54
authored
Apr 13, 2021
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
土工平台修改
parent
f1d4696b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
EntrustMapper.xml
src/main/resources/mapper/hmhj/EntrustMapper.xml
+3
-0
新增sql.sql
src/test/java/resources/db_sql/v1.0.1/新增sql.sql
+8
-1
No files found.
src/main/resources/mapper/hmhj/EntrustMapper.xml
View file @
4e7eec54
...
@@ -29,6 +29,9 @@
...
@@ -29,6 +29,9 @@
<if
test=
"null!=vo.client"
>
<if
test=
"null!=vo.client"
>
AND client LIKE CONCAT('%',#{vo.client},'%')
AND client LIKE CONCAT('%',#{vo.client},'%')
</if>
</if>
<if
test=
"null!=vo.code"
>
AND code LIKE CONCAT('%',#{vo.code},'%')
</if>
<if
test=
"null!=vo.testSide"
>
<if
test=
"null!=vo.testSide"
>
AND test_side LIKE CONCAT('%',#{vo.testSide},'%')
AND test_side LIKE CONCAT('%',#{vo.testSide},'%')
</if>
</if>
...
...
src/test/java/resources/db_sql/v1.0.1/新增sql.sql
View file @
4e7eec54
CREAT
E
TABLE
"public"
.
"standard_annex"
(
CREAT
E
TABLE
"public"
.
"standard_annex"
(
...
@@ -37,3 +37,9 @@ ALTER TABLE "public"."contract_ok_organizer"
...
@@ -37,3 +37,9 @@ ALTER TABLE "public"."contract_ok_organizer"
ADD
COLUMN
"contract_sample_id"
int8
;
ADD
COLUMN
"contract_sample_id"
int8
;
COMMENT
ON
COLUMN
"public"
.
"contract_ok_organizer"
.
"contract_sample_id"
IS
'合同ID'
;
COMMENT
ON
COLUMN
"public"
.
"contract_ok_organizer"
.
"contract_sample_id"
IS
'合同ID'
;
ALTER
TABLE
"public"
.
"entrust_sample"
ADD
COLUMN
"sample_from"
varchar
(
255
);
COMMENT
ON
COLUMN
"public"
.
"entrust_sample"
.
"sample_from"
IS
'样品来源'
;
\ No newline at end of file
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