bug修复
This commit is contained in:
parent
fa79b4467e
commit
9fc787b1c1
|
|
@ -329,6 +329,7 @@ public class MachineServiceImpl implements IMachineService
|
||||||
sample.setPdf(pdfUrl);
|
sample.setPdf(pdfUrl);
|
||||||
sample.setReportName(reportName);
|
sample.setReportName(reportName);
|
||||||
sample.setReportNum(reportNum);
|
sample.setReportNum(reportNum);
|
||||||
|
sample.setSelfCode(sample.getSelfCode().trim());
|
||||||
sample.setTypeNameCode(sample.getSampleName() + "-" + sample.getSelfCode());
|
sample.setTypeNameCode(sample.getSampleName() + "-" + sample.getSelfCode());
|
||||||
sample.setParentId(newId);
|
sample.setParentId(newId);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1117,6 +1117,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by mci.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getBigList" resultType="com.bonus.material.ma.domain.vo.SampleSync">
|
<select id="getBigList" resultType="com.bonus.material.ma.domain.vo.SampleSync">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue