There was an error while loading. Please reload this page.
1 parent ac08d4a commit 0c94e07Copy full SHA for 0c94e07
src/main/java/com/xiaozhi/mapper/RoleMapper.xml
@@ -63,6 +63,10 @@
63
</choose>
64
</if>
65
<if test="state != null and state != ''">state = #{state},</if>
66
+ <if test="vadEnergyTh != null and vadEnergyTh != ''">vadEnergyTh = #{vadEnergyTh},</if>
67
+ <if test="vadSpeechTh != null and vadSpeechTh != ''">vadSpeechTh = #{vadSpeechTh},</if>
68
+ <if test="vadSilenceTh != null and vadSilenceTh != ''">vadSilenceTh = #{vadSilenceTh},</if>
69
+ <if test="vadSilenceMs != null and vadSilenceMs != ''">vadSilenceMs = #{vadSilenceMs},</if>
70
</set>
71
WHERE
72
roleId = #{roleId}
0 commit comments