Commit e8b1ece7 authored by Fuzy's avatar Fuzy

修正

parent 4e3fc840
......@@ -276,7 +276,7 @@ public class WagesServiceImpl implements WagesService {
List<String> filterList = Arrays.asList("小计", "合计", "总计", "研发人员小计", "全矿总计");
for (int i = 0; i < idList.size(); i++) {
Integer integer = idList.get(i);
// 林西表特殊处理
// 林西表特殊处理 identification 0 普通, 1 研发
if ("011704".equals(mineId)) {
if (integer == 1) {
if (identification == null) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment