三方调度相关接口开发0724
This commit is contained in:
@@ -91,16 +91,16 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
AND is_delete = '0'
|
||||
</select>
|
||||
|
||||
<select id="selectPhotoUrlByBillNo"
|
||||
resultMap="AuditSignatureResult"
|
||||
parameterType="java.lang.String">
|
||||
<select id="selectPhotoUrlByRkId" resultMap="AuditSignatureResult" parameterType="java.lang.Long">
|
||||
SELECT sign_url, audit_result
|
||||
FROM audit_signature
|
||||
WHERE is_delete = '0'
|
||||
AND bill_no = #{billNo}
|
||||
AND image_type = '1'
|
||||
AND rk_id = #{rkId}
|
||||
AND image_type = '1'
|
||||
AND audit_result = '1'
|
||||
AND is_current = '1'
|
||||
ORDER BY create_time DESC
|
||||
LIMIT 1
|
||||
LIMIT 1
|
||||
</select>
|
||||
|
||||
<!-- 查询主记录列表(审批记录) signer_role=1 image_type=0 -->
|
||||
|
||||
Reference in New Issue
Block a user