招标解析功能
This commit is contained in:
parent
b84301ea28
commit
aa7b48a584
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue