Browse Source

PC接单功能

qzyReal 3 years ago
parent
commit
9bd050c7a7

+ 1 - 0
sp-server/src/main/java/com/pj/project/tb_business_item/TbBusinessItemMapper.xml

@@ -76,6 +76,7 @@
         <if test=' this.has("goodsName") '>and b.goods_name like concat('%',#{goodsName},'%')</if>
         <if test="typeList !=null and typeList.size>0">
             and a.pick=0
+            and b.confirm_input=1
             and a.business_type in
             <foreach collection="typeList" item="type" open="(" close=")" separator=",">
                     #{type}

+ 0 - 1
sp-server/src/main/java/com/pj/project4sp/role4permission/SpRolePermissionService.java

@@ -41,7 +41,6 @@ public class SpRolePermissionService {
      * [T] 修改角色的一组权限关系	【清除缓存 】
      */
     @Transactional(rollbackFor = Exception.class)
-    @CacheEvict(value= {"api_pcode_list", "api_pcode_list2"}, key="#roleId")	
     public int updateRoleMenu(long roleId, String[] pcodeArray){
 
     	// 万一为空