springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/partybuilding/NeedProblemInventoryDTO.java
@@ -92,13 +92,16 @@ @ApiModelProperty("是否参加任务 0未参加 1参加") private String isJoin; @ApiModelProperty("服务时长 毫秒值") private String serviceTime; @ApiModelProperty("开始时间打卡") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date punch_start_time; private Date punchStartTime; @ApiModelProperty("结束时间打卡") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date punch_end_time; private Date punchEndTime; } springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemInventoryMapper.xml
@@ -60,6 +60,7 @@ nfnpc.punch_end_time, if(nfnpc.user_id>0,1,0) as isJoin, (count(task_id)) as joinNum, nfnpc.service_time, nfpi.status, nfpi.user_id FROM new_fight_need_problem_inventory as nfpi