Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hphy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
向怀芳
hphy
Commits
e396c4ca
Commit
e396c4ca
authored
Jun 29, 2022
by
向怀芳
🎱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 腰椎问卷,中医导医推荐
parent
6454de2d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
MybatisPlusConfig.java
...stc/sict/cloud/common/data/mybatis/MybatisPlusConfig.java
+3
-1
HpAppointmentEvaController.java
...me/hpgp/controller/mobile/HpAppointmentEvaController.java
+1
-1
HpAppointmentEvaMapper.java
...cn/sh/stc/sict/theme/hpgp/dao/HpAppointmentEvaMapper.java
+1
-1
HpAppointmentEvaMapper.xml
...src/main/resources/mapper/hpgp/HpAppointmentEvaMapper.xml
+1
-0
No files found.
cloud-common/cloud-common-data/src/main/java/cn/sh/stc/sict/cloud/common/data/mybatis/MybatisPlusConfig.java
View file @
e396c4ca
...
...
@@ -17,7 +17,9 @@ import javax.sql.DataSource;
*/
@Configuration
@ConditionalOnClass
(
MybatisPlusConfig
.
class
)
@MapperScan
(
basePackages
=
{
"cn.sh.stc.sict.**.dao"
,
"com.smarthealth.themestore.*.dao"
})
@MapperScan
(
basePackages
=
{
"cn.sh.stc.sict.**.dao"
,
"com.smarthealth.themestore.*.dao"
,
"cn.sh.stc.sict.**.**.dao"
})
public
class
MybatisPlusConfig
{
/**
...
...
smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hpgp/controller/mobile/HpAppointmentEvaController.java
View file @
e396c4ca
...
...
@@ -63,7 +63,7 @@ public class HpAppointmentEvaController {
if
(
NumberUtil
.
isNullOrZero
(
eva
.
getPatientId
())){
return
new
R
().
error
(
"patientId 不可为空!"
);
}
HpAppointment
app
=
hpAppointmentService
.
getById
(
eva
.
getId
());
HpAppointment
app
=
hpAppointmentService
.
getById
(
eva
.
get
App
Id
());
if
(
ObjectUtil
.
isNull
(
app
)){
return
new
R
().
error
(
"未找到预约记录!"
);
}
...
...
smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hpgp/dao/HpAppointmentEvaMapper.java
View file @
e396c4ca
...
...
@@ -8,7 +8,7 @@ import org.apache.ibatis.annotations.Param;
/**
* 预约评价(HpAppointmentEva)表数据库访问层
*
* @author
makejava
* @author
F_xh
* @since 2022-06-23 10:46:03
*/
public
interface
HpAppointmentEvaMapper
extends
BaseMapper
<
HpAppointmentEva
>
{
...
...
smart-health-modules/theme-schema/src/main/resources/mapper/HpAppointmentEvaMapper.xml
→
smart-health-modules/theme-schema/src/main/resources/mapper/
hpgp/
HpAppointmentEvaMapper.xml
View file @
e396c4ca
...
...
@@ -32,6 +32,7 @@
num_source_date appTime
from hp_appointment
where patient_id = #{patientId}
and eva_status = 0
order by num_source_date desc
</select>
</mapper>
\ 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