This website works better with JavaScript.
Home
Explore
Help
Sign In
eln_TD
/
eln_svr
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix:[代码规范]
master
15881625488@163.com
2 months ago
parent
70e6eb2be5
commit
0747a981e7
4 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormApplyMapper.java
+1
-0
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormFillMapper.java
+1
-0
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPlanMapper.java
+1
-0
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPreMapper.java
+ 4
- 0
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormApplyMapper.java
View File
@ -37,6 +37,10 @@ public interface StudyFormApplyMapper extends BaseMapper
*
更新表单内容
*
@param
id
*
@param
bdnr
*
@param
zdxgjl
*
@param
syId
*
@param
bmId
*
@param
sdId
*
/
void
updateBdnr
(
@Param
(
"id"
)
Long
id
,
@Param
(
"bdnr"
)
String
bdnr
,
@Param
(
"zdxgjl"
)
String
zdxgjl
,
@Param
(
"syId"
)
Long
syId
,
@Param
(
"bmId"
)
Long
bmId
,
@Param
(
"sdId"
)
Long
sdId
)
;
+ 1
- 0
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormFillMapper.java
View File
@ -37,6 +37,7 @@ public interface StudyFormFillMapper extends BaseMapper
*
更新表单内容
*
@param
id
*
@param
bdnr
*
@param
zdxgjl
*
/
void
updateBdnr
(
@Param
(
"id"
)
Long
id
,
@Param
(
"bdnr"
)
String
bdnr
,
@Param
(
"zdxgjl"
)
String
zdxgjl
)
;
+ 1
- 0
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPlanMapper.java
View File
@ -35,6 +35,7 @@ public interface StudyFormPlanMapper extends BaseMapper
*
更新表单内容
*
@param
id
*
@param
bdnr
*
@param
zdxgjl
*
/
void
updateBdnr
(
@Param
(
"id"
)
Long
id
,
@Param
(
"bdnr"
)
String
bdnr
,
@Param
(
"zdxgjl"
)
String
zdxgjl
)
;
+ 1
- 0
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPreMapper.java
View File
@ -37,6 +37,7 @@ public interface StudyFormPreMapper extends BaseMapper
*
更新表单内容
*
@param
id
*
@param
bdnr
*
@param
zdxgjl
*
/
void
updateBdnr
(
@Param
(
"id"
)
Long
id
,
@Param
(
"bdnr"
)
String
bdnr
,
@Param
(
"zdxgjl"
)
String
zdxgjl
)
;
Write
Preview
Loading…
Cancel
Save