浏览代码

机构-部门信息 与员工奖励信息前端权限问题修改

sigezuishuai 2 年之前
父节点
当前提交
b519e90574

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