Browse Source

fix:[填报表单]优化

master
15881625488@163.com 1 month ago
parent
commit
61dbd29b0d
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/dto/study/StudyFormFillResource.java
  2. +2
    -2
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java

+ 1
- 1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/dto/study/StudyFormFillResource.java View File

@ -38,7 +38,7 @@ public class StudyFormFillResource {
private String ly;
/**
* 类型1试剂3给药制剂5麻精药7供试品产生的为null
* 类型1试剂3给药制剂5麻精药7供试品 9细胞11细菌
*/
@JsonSetter(nulls = Nulls.SKIP)
private Integer type=null;

+ 2
- 2
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java View File

@ -630,7 +630,7 @@ public class StudyFormFillServiceImpl extends ServiceImpl
//生成检测板
genJcbList(studyFormFillOld, studyFormFill.getRemark());
//生成细胞细菌 弃用
// genXbxj(studyFormFill, studyFormFill.getRemark());
// genXbxj(studyFormFill, studyFormFill.getXbxj());
}
//生成物资
genResource(studyFormFillOld, studyFormFill.getRemark());
@ -660,7 +660,7 @@ public class StudyFormFillServiceImpl extends ServiceImpl
//生成检测板
genJcbList(studyFormFill, studyFormFill.getRemark());
//生成细胞细菌 弃用
// genXbxj(studyFormFill, studyFormFill.getRemark());
// genXbxj(studyFormFill, studyFormFill.getXbxj());
//生成物资
genResource(studyFormFill, studyFormFill.getRemark());
//稽查轨迹

Loading…
Cancel
Save