935090232@qq.com
2021-04-06 9a91f3566103dec58f01cad8b9a82b824323125b
zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopActivitiesDao.xml
@@ -213,6 +213,13 @@
         <if test="record.actName != null and record.actName != '' ">
            act_name  = #{record.actName},
         </if>
         <if test="record.actCode != null ">
            act_code  = #{record.actCode},
         </if>
         <if test="record.actContent != null ">
            act_content  = #{record.actContent},
         </if>
         <if test="record.actType != null ">
            act_type  = #{record.actType}, 
         </if>