Bläddra i källkod

模型评价更新

ZhuDeKang 3 månader sedan
förälder
incheckning
6c24c53c67

+ 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>