소스 검색

修改 部门

lxy_01 2 주 전
부모
커밋
f5688a8dbc

+ 1 - 1
fhKeeper/formulahousekeeper/management-workshop/src/main/resources/mapper/MealApplicationsMapper.xml

@@ -37,7 +37,7 @@
 
             <if test="list!=null and list.size()>0">
                 and u.department_id in
-                <foreach collection="list" close=")" open="(" separator=",">
+                <foreach item="item" collection="list" close=")" open="(" separator=",">
                     #{item}
                 </foreach>
             </if>

+ 0 - 2
fhKeeper/formulahousekeeper/timesheet-workshop/src/views/statistic/index.vue

@@ -1652,13 +1652,11 @@ export default {
         }
     }
     else if (this.ins == 7) {
-      console.log("---------------------------------")
         fName = '就餐数据表_' + '.xlsx';
         sl.startDate=this.rangeDatas[0];
         sl.endDate=this.rangeDatas[1];
         url += "/exportMealStatistic";
         sl.deptIds=deptArr.join(',');
-      console.log("---------------------------------" +url)
     }
         this.http.post(url, sl,
         res => {