| | |
| | | import com.java110.dto.store.StoreUserDto; |
| | | import com.java110.intf.common.IAttendanceLogInnerServiceSMO; |
| | | import com.java110.intf.store.IStoreInnerServiceSMO; |
| | | import com.java110.po.attendanceLog.AttendanceLogPo; |
| | | import com.java110.po.attendance.AttendanceLogPo; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.vo.ResultVo; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | |
| | | attendanceLogPo.setLogId(GenerateCodeFactory.getGeneratorId(GenerateCodeFactory.CODE_PREFIX_logId)); |
| | | attendanceLogPo.setStoreId(storeUserDtos.get(0).getStoreId()); |
| | | attendanceLogPo.setStaffName(storeUserDtos.get(0).getStaffName()); |
| | | int flag = attendanceLogInnerServiceSMOImpl.saveAttendanceLog(attendanceLogPo); |
| | | |
| | | if (flag > 0) { |