记得上下班打卡 | git大法好,push需谨慎

Commit 01aeec85 authored by 胡佳晨's avatar 胡佳晨

修改 sql

parent d623d552
......@@ -214,7 +214,7 @@ public class TempServiceImpl implements IKylinTempService {
for (KylinOrderTicketEntitiesVo entitiesVo : dataList) {
if (entitiesVo.getEnterIdCode().equals(idcode)) {
CheckData vo = CheckData.getNew();
vo.setCheck_status(1);
vo.setCheck_status(entitiesVo.getStatus());
vo.setCheck_time(entitiesVo.getCheckedAt());
vo.setEnter_idcode(entitiesVo.getEnterIdCode());
vo.setEnter_mobile(entitiesVo.getEnterMobile());
......@@ -260,7 +260,7 @@ public class TempServiceImpl implements IKylinTempService {
if (bulkWriteResult.getModifiedCount() > 0) {
queueUtils.sendMsgByRedis(MQConst.KylinQueue.SQL_STATION.getKey(),
SqlMapping.get("kylin_order_ticket_entities.update_status_bystation_pad", paramsList));
}else{
} else {
return ResponseDto.success();
}
return ResponseDto.success(voList);
......
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