Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
Project
Project
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
sa_aidea
Aidea
Commits
7783dd67
Commit
7783dd67
authored
Oct 14, 2020
by
谢希宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Aidea product update by Strive Date 2020-10-14
parent
a2a1b5d2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
18 deletions
+18
-18
ConsultSheetMapper.xml
...lasses/com/cftech/consultsheet/dao/ConsultSheetMapper.xml
+4
-1
pom.xml
membercard-modules/pom.xml
+1
-0
pom.xml
membercard-modules/shipping-address-web/pom.xml
+0
-4
addresslist.html
...eb/src/main/webapp/WEB-INF/views/address/addresslist.html
+13
-13
No files found.
aidea-modules/consult-module/target/classes/com/cftech/consultsheet/dao/ConsultSheetMapper.xml
View file @
7783dd67
...
...
@@ -147,6 +147,7 @@
SELECT COUNT(1) FROM t_aidea_consult_sheet a
LEFT JOIN t_qyuser b ON b.id = a.doctor_id
LEFT JOIN t_qyuser c ON c.id = a.customer_id
LEFT JOIN `user` u ON u.userid = b.id
<include
refid=
"sqlWhere"
/>
</select>
...
...
@@ -157,7 +158,9 @@
FROM t_aidea_consult_sheet a
LEFT JOIN t_qyuser b ON b.id = a.doctor_id
LEFT JOIN t_qyuser c ON c.id = a.customer_id
LEFT JOIN `user` u ON u.userid = b.id
<include
refid=
"sqlWhere"
/>
<if
test=
"id!=null"
>
${id} = b.id
</if>
<if
test=
"sort!=null"
>
ORDER BY ${sort.param} ${sort.type}
</if>
<if
test=
"limit>0"
>
limit #{offset},#{limit}
</if>
</select>
...
...
membercard-modules/pom.xml
View file @
7783dd67
...
...
@@ -19,6 +19,7 @@
<module>
membercard-module
</module>
<module>
membercard-module-web
</module>
<module>
shipping-address-module
</module>
<module>
shipping-address-web
</module>
</modules>
<dependencies>
...
...
membercard-modules/shipping-address-web/pom.xml
View file @
7783dd67
...
...
@@ -12,7 +12,6 @@
<artifactId>
shipping-address-web
</artifactId>
<packaging>
war
</packaging>
<name>
shipping-address-web Maven Webapp
</name>
<version>
1.0-SNAPSHOT
</version>
<url>
http://maven.apache.org
</url>
<dependencies>
<dependency>
...
...
@@ -30,7 +29,4 @@
<build>
<finalName>
shipping-address-web
</finalName>
</build>
</project>
\ No newline at end of file
membercard-modules/shipping-address-web/src/main/webapp/WEB-INF/views/address/addresslist.html
View file @
7783dd67
...
...
@@ -78,28 +78,29 @@
<div
class=
"box"
>
<div
class=
"box-header"
>
<form
id=
"seachTableForm"
action=
"#springUrl('/a/address/list')"
method=
"get"
>
<div
class=
"col-xs-5"
>
<div
class=
"col-xs-2"
style=
" display: flex"
>
<input
style=
"width: 100px ; height: 41px"
type=
"text"
class=
"form-control required"
<div
class=
"col-xs-2"
>
<input
type=
"text"
class=
"form-control required"
id=
"addressName"
name=
"addressName"
placeholder=
"患者姓名"
>
<select
style=
"width: 100px"
id=
"province"
name=
"cityId"
onchange=
"getCityList(this.value)"
>
</div>
<div
class=
"col-xs-2"
>
<select
id=
"province"
name=
"cityId"
onchange=
"getCityList(this.value)"
class=
"form-control required"
>
<option
value=
""
>
请选择省份
</option>
</select>
<select
id=
"city"
name=
"cityId"
onchange=
"getReginList(this.value);"
>
</div>
<div
class=
"col-xs-2"
>
<select
id=
"city"
name=
"cityId"
onchange=
"getReginList(this.value);"
class=
"form-control required"
>
<option
value=
""
>
请选择城市
</option>
</select>
<select
id=
"county"
name=
"areaId"
>
</div>
<div
class=
"col-xs-2"
>
<select
id=
"county"
name=
"areaId"
class=
"form-control required"
>
<option
value=
""
>
请选择区/县
</option>
</select>
<!-- href="javascript:void(0)"--
>
</div>
<div
class=
"col-xs-2"
>
#if($shiro.hasPermission("qy:address:view"))
<a
href=
"javascript:void(0)"
class=
"btn btn-primary search"
>
搜索
</a>
#end
</div>
<!-- #if($shiro.hasPermission("qy:address:edit"))-->
...
...
@@ -107,7 +108,6 @@
<!-- <a href="#springUrl('/a/address/exportExcel')" class="btn btn-primary">导出</a>-->
<!-- <a onclick="importExcel();" class="btn btn-primary">导入</a>-->
<!-- #end-->
</div>
</form>
</div>
<!-- /.box-header -->
<div
class=
"box-body"
>
...
...
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