Просмотр исходного кода

pms 项目任务列表查询报错 字段名称错误

zhangcl 1 месяц назад
Родитель
Сommit
996b8f5898

+ 1 - 1
yudao-module-pms/yudao-module-pms-biz/src/main/resources/mapper/static/iotprojecttask/IotProjectTaskMapper.xml

@@ -41,7 +41,7 @@
             and b.contract_code like concat('%', #{contractCode}, '%')
         </if>
         <if test="wellName != null  and wellName != ''">
-            and a.wellName like concat('%', #{wellName}, '%')
+            and a.well_name like concat('%', #{wellName}, '%')
         </if>
         <if test="createTime != null and createTime.length > 0">
             <choose>