xiaoyong931011
2021-04-12 c18037dc5de7f67175c2cf80cd04761d198739b5
zq-erp/src/main/resources/mybatis/mapper/hive/MoneyCardUseFlowDao.xml
@@ -98,7 +98,7 @@
         <if test="content != null and content !='' ">
            content = #{content},
         </if>
         <if test="createTime != null and createTime !='' ">
         <if test="createTime != null  ">
            create_time = #{createTime},
         </if>
         <if test="vipId != null and vipId !='' ">
@@ -113,8 +113,8 @@
         <if test="type != null and type !='' ">
            type = #{type},
         </if>
         <if test="taotal != null and taotal !='' ">
            taotal = #{taotal},
         <if test="total != null and total !='' ">
            total = #{total},
         </if>
         <if test="times != null and times !='' ">
            times = #{times},