系统管理->基础数据->字典管理->添加字典数据异常
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
<if test="listClass != null">list_class = #{listClass},</if>
|
<if test="listClass != null">list_class = #{listClass},</if>
|
||||||
<if test="isDefault != null and isDefault != ''">is_default = #{isDefault},</if>
|
<if test="isDefault != null and isDefault != ''">is_default = #{isDefault},</if>
|
||||||
<if test="status != null">status = #{status},</if>
|
<if test="status != null">status = #{status},</if>
|
||||||
<if test="pyStr !=null">pyStr = #{pyStr}</if>
|
<if test="pyStr !=null">pyStr = #{pyStr},</if>
|
||||||
<if test="remark != null">remark = #{remark},</if>
|
<if test="remark != null">remark = #{remark},</if>
|
||||||
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
||||||
update_time = now()
|
update_time = now()
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
<if test="listClass != null and listClass != ''">list_class,</if>
|
<if test="listClass != null and listClass != ''">list_class,</if>
|
||||||
<if test="isDefault != null and isDefault != ''">is_default,</if>
|
<if test="isDefault != null and isDefault != ''">is_default,</if>
|
||||||
<if test="status != null">status,</if>
|
<if test="status != null">status,</if>
|
||||||
<if test="pyStr !=null and pyStr !=null ''" >py_str,</if>
|
<if test="pyStr !=null and pyStr != ''" >py_str,</if>
|
||||||
<if test="remark != null and remark != ''">remark,</if>
|
<if test="remark != null and remark != ''">remark,</if>
|
||||||
<if test="createBy != null and createBy != ''">create_by,</if>
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
||||||
create_time
|
create_time
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
<if test="listClass != null and listClass != ''">#{listClass},</if>
|
<if test="listClass != null and listClass != ''">#{listClass},</if>
|
||||||
<if test="isDefault != null and isDefault != ''">#{isDefault},</if>
|
<if test="isDefault != null and isDefault != ''">#{isDefault},</if>
|
||||||
<if test="status != null">#{status},</if>
|
<if test="status != null">#{status},</if>
|
||||||
<if test="pyStr !=null and pyStr !=''" >{pystr},</if>
|
<if test="pyStr !=null and pyStr !=''" >#{pyStr},</if>
|
||||||
<if test="remark != null and remark != ''">#{remark},</if>
|
<if test="remark != null and remark != ''">#{remark},</if>
|
||||||
<if test="createBy != null and createBy != ''">#{createBy},</if>
|
<if test="createBy != null and createBy != ''">#{createBy},</if>
|
||||||
now()
|
now()
|
||||||
|
|||||||
Reference in New Issue
Block a user