Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
a07c71fd
Commit
a07c71fd
authored
Feb 28, 2019
by
乾坤平台
Committed by
季圣华
Feb 28, 2019
Browse files
!30 修改新增采购订单、销售订单的功能数据插入方式
Merge pull request !30 from 乾坤平台/master
parents
01feda93
92b3d21d
Changes
104
Show whitespace changes
Inline
Side-by-side
src/main/resources/mapper_xml/SystemConfigMapperEx.xml
View file @
a07c71fd
...
...
@@ -9,7 +9,7 @@
limit #{offset},#{rows}
</if>
</select>
<select
id=
"countsBySystemConfig"
resultType=
"java.lang.
Integer
"
>
<select
id=
"countsBySystemConfig"
resultType=
"java.lang.
Long
"
>
SELECT
COUNT(id)
FROM jsh_systemconfig
...
...
src/main/resources/mapper_xml/UnitMapperEx.xml
View file @
a07c71fd
...
...
@@ -12,7 +12,7 @@
limit #{offset},#{rows}
</if>
</select>
<select
id=
"countsByUnit"
resultType=
"java.lang.
Integer
"
>
<select
id=
"countsByUnit"
resultType=
"java.lang.
Long
"
>
SELECT
COUNT(id)
FROM jsh_unit
...
...
src/main/resources/mapper_xml/UserMapperEx.xml
View file @
a07c71fd
...
...
@@ -15,7 +15,7 @@
limit #{offset},#{rows}
</if>
</select>
<select
id=
"countsByUser"
resultType=
"java.lang.
Integer
"
>
<select
id=
"countsByUser"
resultType=
"java.lang.
Long
"
>
SELECT
COUNT(id)
FROM jsh_user
...
...
src/test/resources/generatorConfig.xml
View file @
a07c71fd
...
...
@@ -47,9 +47,9 @@
<table tableName="jsh_app" domainObjectName="App"></table>
<table tableName="jsh_asset" domainObjectName="Asset"></table>
<table tableName="jsh_assetcategory" domainObjectName="AssetCategory"></table>
<table tableName="jsh_assetname" domainObjectName="AssetName"></table>
<table tableName="jsh_assetname" domainObjectName="AssetName"></table>
-->
<table
tableName=
"jsh_depot"
domainObjectName=
"Depot"
></table>
<table tableName="jsh_depothead" domainObjectName="DepotHead"></table>
<!--
<table tableName="jsh_depothead" domainObjectName="DepotHead"></table>
<table tableName="jsh_depotitem" domainObjectName="DepotItem"></table>
<table tableName="jsh_functions" domainObjectName="Functions"></table>
<table tableName="jsh_inoutitem" domainObjectName="InOutItem"></table>
...
...
@@ -64,6 +64,6 @@
<table tableName="jsh_unit" domainObjectName="Unit"></table>
<table tableName="jsh_user" domainObjectName="User"></table>
<table tableName="jsh_userbusiness" domainObjectName="UserBusiness"></table>-->
<table
tableName=
"jsh_serial_number"
domainObjectName=
"SerialNumber"
></table>
<!--
<table tableName="jsh_serial_number" domainObjectName="SerialNumber"></table>
-->
</context>
</generatorConfiguration>
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
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