Merge remote-tracking branch 'origin/master'

This commit is contained in:
jjLv 2024-11-29 10:45:13 +08:00
commit c53c01a731
1 changed files with 3 additions and 8 deletions

View File

@ -272,13 +272,8 @@ 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">