技术方案库修改

This commit is contained in:
cwchen 2025-10-30 18:52:45 +08:00
parent 7ce332a032
commit af7d7d61bf
1 changed files with 2 additions and 1 deletions

View File

@ -139,6 +139,7 @@
<if test="technicalName!=null and technicalName!=''">
AND INSTR(tets.technical_name,#{technicalName}) > 0
</if>
AND tets.technical_solution_type_id = #{technicalSolutionTypeId}
AND tets.del_flag = '0'
</where>
GROUP BY
@ -154,7 +155,7 @@
</select>
<!--企业知识库->技术方案库->技术方案库详情数据-->
<select id="getDetailData" resultType="com.bonus.common.domain.mainDatabase.vo.TechnicalVo$Technical">
<if test="type == null and type ==''">
<if test="type =='edit'">
SELECT technical_solution_id AS technicalSolutionId,
technical_solution_type_id AS technicalSolutionTypeId,
technical_name AS technicalName,