LIVE_YE 1 жил өмнө
parent
commit
eb479e0b0e

+ 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>