liliang4869 лет назад: 7
Родитель
Сommit
64b488d692
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/goafanti/common/mapper/DemandMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/DemandMapper.xml

@@ -488,7 +488,7 @@
       	research_type = #{researchType,jdbcType=VARCHAR},
       	research_type = #{researchType,jdbcType=VARCHAR},
       </if>
       </if>
       <if test="crowdCost!=null">
       <if test="crowdCost!=null">
-      crowd_cost=#{crowdCost,jdbcType=DECIMAL}
+      crowd_cost=#{crowdCost,jdbcType=DECIMAL},
       </if>
       </if>
       <if test="isHot!=null">
       <if test="isHot!=null">
       is_hot=#{isHot,jdbcType=INTEGER}
       is_hot=#{isHot,jdbcType=INTEGER}