招标解析功能

This commit is contained in:
cwchen 2025-11-28 14:16:51 +08:00
parent b84301ea28
commit aa7b48a584
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@
AND enterprise_id = #{enterpriseId}
AND del_flag = '0'
</where>
ORDER BY create_time DESC
</select>
<!--企业知识库->工器具库->查询工器具名称是否重复-->
<select id="isRepeat" resultType="java.lang.Integer">