| | |
| | | } catch (Exception e) { |
| | | e.printStackTrace(); |
| | | SpringMVCContextHolder.getSystemLogger().error(e); |
| | | return this.error(SystemCode.SYSTEM_GET_ADDRESS_LIST_FAIL.getValue(), SystemCode.SYSTEM_GET_ADDRESS_LIST_FAIL.getText()); |
| | | return this.error(SystemCode.WORK_ATTENDANCE_REPORT_FAIL.getValue(), SystemCode.WORK_ATTENDANCE_REPORT_FAIL.getText()); |
| | | } |
| | | } |
| | | |
| | |
| | | if (!StringUtils.isEmpty(fs.getString("bk"))){ |
| | | bk= Arrays.asList(fs.getString("bk").split(",")); |
| | | } |
| | | if (fs.getString("reidis").equals("全天未打卡")&&!StringUtils.isEmpty(fs.getString("bk"))){ |
| | | if (!StringUtils.isEmpty(fs.getString("reidis"))&&fs.getString("reidis").equals("全天未打卡")&&!StringUtils.isEmpty(fs.getString("bk"))){ |
| | | if (!bk.contains("1")){ |
| | | fs.setValue("result_one", "上午上班未打卡"); |
| | | } |