瀏覽代碼

保证金增加导出

yewc 1 年之前
父節點
當前提交
a26e8b043a

+ 0 - 1
client/src/views/OaSystem/financialManagement/bzjglDeptPage/index.vue

@@ -192,7 +192,6 @@ const loading = ref(true) // 列表的加载中
 const total = ref(0) // 列表的总页数
 const list = ref([]) // 列表的数
 const deptList = ref<Tree[]>([]) // 树形结构
-const userList = ref<Tree[]>([]) // 树形结构
 const deptSort: any = ref([])
 const initTreeDeps = async () => {
   DeptApi.getSimpleDeptList().then((res) => {

+ 1 - 1
zjugis-business/src/main/resources/mapper/oracle/AssetProcureDetailMapper.xml

@@ -50,7 +50,7 @@
                 AND T.CUSTODIAN_DEPT_NAME like #{custodianDeptName}
             </if>
             <if test="params != null  and params.userList != null and params.userList.size > 0">
-                AND T1.USER_ID in
+                AND T.CUSTODIAN in
                 <foreach collection="params.userList" item="item" open="(" close=")" separator=",">
                     #{item}
                 </foreach>