Commit 1311f2fb by leialin

Merge branch 'lal' into 'develop'

提交

See merge request 8timerv2/8timerapiv200!319
parents cecc74a3 8ec1ce59
......@@ -2078,7 +2078,7 @@ public class ClockInController {
pre.setMacname(clock.getMacname());
pre.setMac(clock.getMac());
}
pre.setCardType(cardtype);
pre.setCardType(clock.getPunchcardtype());
if (!pre.insert()) {
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