后台修试管理代码提交
This commit is contained in:
parent
1431e4af62
commit
91f514da08
|
|
@ -60,6 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="backCode != null">
|
<if test="backCode != null">
|
||||||
and tk.code = #{backCode}
|
and tk.code = #{backCode}
|
||||||
</if>
|
</if>
|
||||||
|
order by tk.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="exportScrapApplyDetailsList" resultType="com.bonus.sgzb.material.vo.ScrapApplyDetailsVO">
|
<select id="exportScrapApplyDetailsList" resultType="com.bonus.sgzb.material.vo.ScrapApplyDetailsVO">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue