فهرست منبع

模型评价更新

ZhuDeKang 3 ماه پیش
والد
کامیت
6c24c53c67
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ruoyi-api-patform/src/main/resources/mapper/interfaces/MdEstimateMapper.xml

+ 1 - 1
ruoyi-api-patform/src/main/resources/mapper/interfaces/MdEstimateMapper.xml

@@ -75,7 +75,7 @@
         <where>
             <if test="mdid != null  and mdid != ''">and e.mdid = #{mdid}</if>
             <if test="estimateTime != null ">and e.estimate_time = #{estimateTime}</if>
-            <if test="createBy = null">and e.create_By = #{createBy}</if>
+            <if test="createBy != null">and e.create_By = #{createBy}</if>
         </where>
     </select>