Bläddra i källkod

Merge remote-tracking branch 'origin/master'

ly 11 månader sedan
förälder
incheckning
228cb8e754

+ 1 - 1
src/main/resources/mapper/SysUserPostDao.xml

@@ -165,7 +165,7 @@
165 165
         <if test="userName!= null and userName!= ''">
166 166
             and u.name like '%'+#{userName}+'%'
167 167
         </if>
168
-        <if test="deptName.equals('配网技术中心')||deptName.equals('电网技术中心')">
168
+        <if test="postId ==28">
169 169
             and sdi.dept_name = #{deptName}
170 170
         </if>
171 171
             ORDER BY u.order_code DESC

+ 1 - 1
src/main/resources/templates/annualbudget/add_apply.html

@@ -652,7 +652,7 @@
652 652
             searchPlaceholder: '搜索费用名称',
653 653
             table: {
654 654
                 url: AjaxUtil.ctx + 'staBudgetapproval/getSubNode/' + ysId+'/?searchKey='+tableSelect.searchKey,
655
-                method: 'post',
655
+                method: 'get',
656 656
                 cols: [
657 657
                     [
658 658
                         {type: "radio", fixed: 'left'},

+ 1 - 1
src/main/resources/templates/payapply/add.html

@@ -369,7 +369,7 @@
369 369
         form.on('submit(saveBtn)', function (data) {
370 370
             //合同文件
371 371
             var dataWB_Htwj = [];
372
-            for (const item of dataYszl) {
372
+            for (const item of dataHtwj) {
373 373
                 var dfWb = {
374 374
                     "id": item.id,
375 375
                     "wjm": item.wjm,