Browse Source

fix:[代码规范]

master
15881625488@163.com 2 months ago
parent
commit
0747a981e7
4 changed files with 7 additions and 0 deletions
  1. +4
    -0
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormApplyMapper.java
  2. +1
    -0
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormFillMapper.java
  3. +1
    -0
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPlanMapper.java
  4. +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);

Loading…
Cancel
Save