Commit ef2da446 by lal Committed by chenzg

提交

parent 9fd4be5e
...@@ -2078,7 +2078,7 @@ public class ClockInController { ...@@ -2078,7 +2078,7 @@ public class ClockInController {
pre.setMacname(clock.getMacname()); pre.setMacname(clock.getMacname());
pre.setMac(clock.getMac()); pre.setMac(clock.getMac());
} }
pre.setCardType(cardtype); pre.setCardType(clock.getPunchcardtype());
if (!pre.insert()) { if (!pre.insert()) {
throw new CustomException("打卡记录-新增异常-2"); throw new CustomException("打卡记录-新增异常-2");
......
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