浏览代码

代码修改

LIVE_YE 1 年之前
父节点
当前提交
eb479e0b0e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ruoyi-system/src/main/resources/mapper/system/DoumuProductInfoMapper.xml

+ 2 - 2
ruoyi-system/src/main/resources/mapper/system/DoumuProductInfoMapper.xml

@@ -99,7 +99,7 @@
             <if test="status != null">status,</if>
             <if test="goodsName != null">goods_name,</if>
             <if test="totalPrice != null and totalPrice != 0">total_price,</if>
-            <if test="mailNo != null">mailNo,</if>
+            <if test="mailNo != null">mail_no,</if>
             <if test="createBy != null">create_by,</if>
             <if test="createTime != null">create_time,</if>
             <if test="updateBy != null">update_by,</if>
@@ -159,7 +159,7 @@
             <if test="status != null">status = #{status},</if>
             <if test="goodsName != null">goods_name = #{goodsName},</if>
             <if test="totalPrice != null and totalPrice != 0">total_price = #{totalPrice},</if>
-            <if test="mailNo != null">mailNo = #{mailNo},</if>
+            <if test="mailNo != null">mail_no = #{mailNo},</if>
             <if test="createBy != null">create_by = #{createBy},</if>
             <if test="createTime != null">create_time = #{createTime},</if>
             <if test="updateBy != null">update_by = #{updateBy},</if>