Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
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
platform
hg-smart
Commits
4e0cc90f
Commit
4e0cc90f
authored
Jun 06, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.pseer.com:8800/platform/hg-smart
into dev-ly
parents
e74a8432
52073409
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
0 deletions
+20
-0
HGSC007.xml
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC007.xml
+2
-0
HGSC008.xml
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC008.xml
+2
-0
HGZL002.xml
src/main/java/com/baosight/hggp/hg/zl/sql/HGZL002.xml
+2
-0
HGZL003.xml
src/main/java/com/baosight/hggp/hg/zl/sql/HGZL003.xml
+2
-0
HGZL004.xml
src/main/java/com/baosight/hggp/hg/zl/sql/HGZL004.xml
+2
-0
HGZL004A.xml
src/main/java/com/baosight/hggp/hg/zl/sql/HGZL004A.xml
+2
-0
sqlmap-config.xml
src/main/resources/resources/ibatis/sqlmap-config.xml
+8
-0
No files found.
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC007.xml
View file @
4e0cc90f
...
@@ -48,6 +48,8 @@
...
@@ -48,6 +48,8 @@
<sqlMap
namespace=
"HGSC007"
>
<sqlMap
namespace=
"HGSC007"
>
<sql
id=
"condition"
>
<sql
id=
"condition"
>
<include
refid=
"HGXSDataAuth.authCondition"
/>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
id = #id#
id = #id#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC008.xml
View file @
4e0cc90f
...
@@ -44,6 +44,8 @@
...
@@ -44,6 +44,8 @@
<sqlMap
namespace=
"HGSC008"
>
<sqlMap
namespace=
"HGSC008"
>
<sql
id=
"condition"
>
<sql
id=
"condition"
>
<include
refid=
"HGXSDataAuth.authCondition"
/>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
id = #id#
id = #id#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/hg/zl/sql/HGZL002.xml
View file @
4e0cc90f
...
@@ -52,6 +52,8 @@
...
@@ -52,6 +52,8 @@
<sqlMap
namespace=
"HGZL002"
>
<sqlMap
namespace=
"HGZL002"
>
<sql
id=
"condition"
>
<sql
id=
"condition"
>
<include
refid=
"HGXSDataAuth.authCondition"
/>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
id = #id#
id = #id#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/hg/zl/sql/HGZL003.xml
View file @
4e0cc90f
...
@@ -52,6 +52,8 @@
...
@@ -52,6 +52,8 @@
<sqlMap
namespace=
"HGZL003"
>
<sqlMap
namespace=
"HGZL003"
>
<sql
id=
"condition"
>
<sql
id=
"condition"
>
<include
refid=
"HGXSDataAuth.authCondition"
/>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
id = #id#
id = #id#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/hg/zl/sql/HGZL004.xml
View file @
4e0cc90f
...
@@ -40,6 +40,8 @@
...
@@ -40,6 +40,8 @@
<sqlMap
namespace=
"HGZL004"
>
<sqlMap
namespace=
"HGZL004"
>
<sql
id=
"condition"
>
<sql
id=
"condition"
>
<include
refid=
"HGXSDataAuth.authCondition"
/>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
id = #id#
id = #id#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/hg/zl/sql/HGZL004A.xml
View file @
4e0cc90f
...
@@ -22,6 +22,8 @@
...
@@ -22,6 +22,8 @@
<sqlMap
namespace=
"HGZL004A"
>
<sqlMap
namespace=
"HGZL004A"
>
<sql
id=
"condition"
>
<sql
id=
"condition"
>
<include
refid=
"HGXSDataAuth.authCondition"
/>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
id = #id#
id = #id#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/resources/resources/ibatis/sqlmap-config.xml
View file @
4e0cc90f
...
@@ -33,6 +33,11 @@
...
@@ -33,6 +33,11 @@
<sqlMap
resource=
"com/baosight/hggp/hg/kc/sql/HGKC013A.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/kc/sql/HGKC013A.xml"
/>
<!-- 质量 -->
<!-- 质量 -->
<sqlMap
resource=
"com/baosight/hggp/hg/zl/sql/HGZL001.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/zl/sql/HGZL001.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/zl/sql/HGZL002.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/zl/sql/HGZL003.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/zl/sql/HGZL004.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/zl/sql/HGZL004A.xml"
/>
<!-- 生产 -->
<!-- 生产 -->
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC001.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC001.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC001A.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC001A.xml"
/>
...
@@ -43,6 +48,9 @@
...
@@ -43,6 +48,9 @@
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC005A.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC005A.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC006.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC006.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC006A.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC006A.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC007.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/sc/sql/HGSC008.xml"
/>
<!-- 財務 -->
<!-- 財務 -->
<sqlMap
resource=
"com/baosight/hggp/hg/cw/sql/HGCW001.xml"
/>
<sqlMap
resource=
"com/baosight/hggp/hg/cw/sql/HGCW001.xml"
/>
...
...
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