Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
f7347e19
Commit
f7347e19
authored
Mar 04, 2020
by
黄森林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app开发bug修复
parent
06818a66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common/src/main/java/com/winsun/bean/UniversityInfo.java
+1
-1
common/src/main/java/com/winsun/mapper/PackageUpgradeMapper.java
+1
-1
No files found.
common/src/main/java/com/winsun/bean/UniversityInfo.java
View file @
f7347e19
...
...
@@ -87,7 +87,7 @@ public class UniversityInfo implements Serializable {
*/
private
String
universityIsFtthHub
;
/**
*
*
地址
*/
private
String
universityInstalledAddressId
;
/**
...
...
common/src/main/java/com/winsun/mapper/PackageUpgradeMapper.java
View file @
f7347e19
...
...
@@ -27,7 +27,7 @@ public interface PackageUpgradeMapper extends BaseMapper<PackageUpgrade> {
@Insert
(
"insert into `hhr_order_history` values(#{id},#{status},#{date}) "
)
Integer
inserOrderHis
(
@Param
(
"id"
)
String
id
,
@Param
(
"status"
)
String
status
,
@Param
(
"date"
)
Date
date
);
@
Inser
t
(
"select * from `hhr_order_history` where order_id = #{oredrId}"
)
@
Selec
t
(
"select * from `hhr_order_history` where order_id = #{oredrId}"
)
List
<
Map
<
String
,
Object
>>
selectOrderHis
(
String
oredrId
);
@Select
(
"select school_id schoolId from `hhr_user_school` where user_id = #{partner}"
)
...
...
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