瀏覽代碼

技淘BUG修复

anderx 7 年之前
父節點
當前提交
111f9120fb

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

@@ -415,10 +415,10 @@
       <if test="costEscrow != null" >
       <if test="costEscrow != null" >
         cost_escrow = #{costEscrow,jdbcType=DECIMAL},
         cost_escrow = #{costEscrow,jdbcType=DECIMAL},
       </if>
       </if>
-      <if test="budgetCost != null budgetCost != '' " >
+      <if test="budgetCost != null" >
         budget_cost = #{budgetCost,jdbcType=DECIMAL},
         budget_cost = #{budgetCost,jdbcType=DECIMAL},
       </if>
       </if>
-      <if test="budgetCost == ''" >
+      <if test="budgetCost ==0'" >
         budget_cost = null,
         budget_cost = null,
       </if>
       </if>
       <if test="validityPeriod != null" >
       <if test="validityPeriod != null" >

File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/continueHigh.html


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/index.html


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/militaryProject.html


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/practicalPatent.html