Преглед на файлове

Merge branch '陈航-部门信息-查询问题提交' of sckj/mz-cloud into master

sckj преди 2 години
родител
ревизия
a807403f83

+ 1 - 1
ruoyi-modules/mz-organization/src/main/resources/mapper/organization/YljgBmxxMapper.xml

@@ -47,7 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <where>
             <if test="jgId != null  and jgId != ''"> and a.jg_id = #{jgId}</if>
             <if test="fzr != null  and fzr != ''"> and a.fzr = #{fzr}</if>
-            <if test="zzmc != null  and zzmc != ''"> and a.zzmc = like concat('%', #{zzmc}, '%')</if>
+            <if test="zzmc != null  and zzmc != ''"> and a.zzmc like concat('%', #{zzmc}, '%')</if>
         </where>
         ORDER BY a.create_time_str ASC
     </select>

+ 1 - 1
ruoyi-ui/src/views/business/xxcx/fwjg/sqyljg/yggl/ygJlxx/table.vue

@@ -55,7 +55,7 @@
 </template>
 
 <script>
-import { listYgJlxx } from "@/api/organization/yggl/ygJlxx";
+import { listYgJlxx } from "@/api/business/fwjggl/yggl/ygJlxx";
 
 export default {
   name: "YgJlxx",