瀏覽代碼

修复项目成本展示问题

lw 1 年之前
父節點
當前提交
cd8bcc2bab

+ 1 - 1
module_kzks/src/main/java/org/jeecg/modules/projectCostHuiji/mapper/xml/ProjectCostHuijiMapper.xml

@@ -102,7 +102,7 @@
             <if test="huiji.processpercent != null  and huiji.processpercent != ''">and processPercent = #{huiji.processpercent}</if>
             <if test="huiji.jycs != null  and huiji.jycs != ''">and jycs like concat('%', #{huiji.jycs}, '%')</if>
             <if test="huiji.zrbm != null  and huiji.zrbm != ''">and zrbm like concat('%', #{huiji.zrbm}, '%')</if>
-            and (ywfzrname = #{realname} or business_man_name = #{realname})
+            and (ywfzrname = #{realname} or business_man_name = #{realname} or xhzzrname = #{realname})
         </where>
     </select>