joinStatus

This commit is contained in:
苏竹红
2024-04-09 20:06:54 +08:00
parent a68a702867
commit 45f8b522cd
4 changed files with 21 additions and 0 deletions

View File

@@ -28,4 +28,10 @@
</if>
</where>
</select>
<select id="getLineAuditInfo" resultMap="BaseResultMap">
select * from
xfsg_line_audit_info
where line_id = #{lineId} and result_type = 2 order by id desc limit 1
</select>
</mapper>