下载二维码调试
This commit is contained in:
parent
f4669efb10
commit
d702a83126
|
|
@ -271,14 +271,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
|
|
||||||
<select id="selectStatus" resultType="java.lang.Integer">
|
<select id="selectStatus" resultType="java.lang.Integer">
|
||||||
SELECT
|
SELECT
|
||||||
is_download
|
is_download
|
||||||
FROM
|
FROM purchase_check_details
|
||||||
purchase_check_details
|
WHERE id = #{purchaseId}
|
||||||
WHERE
|
|
||||||
del_flag = '0'
|
|
||||||
<if test="purchaseId != null and purchaseId != ''">
|
|
||||||
and id = #{purchaseId}
|
|
||||||
</if>
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getDetailById" resultType="com.bonus.material.purchase.domain.vo.PurchaseVo">
|
<select id="getDetailById" resultType="com.bonus.material.purchase.domain.vo.PurchaseVo">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue