|
@@ -85,8 +85,8 @@ public class PlanTask {
|
|
|
TlPlanRecord planRecord = new TlPlanRecord();
|
|
|
planRecord.setPlanId(planUser.getPlanId());
|
|
|
planRecord.setPlanDate(queryDate);
|
|
|
- planRecord.setStartTime(s.split("~")[0] + ":00");
|
|
|
- planRecord.setEndTime(s.split("~")[1] + ":59");
|
|
|
+ planRecord.setStartTime(s.split("~")[0]);
|
|
|
+ planRecord.setEndTime(s.split("~")[1]);
|
|
|
planRecord.setPlanName(inspectionPlan.getPlanName());
|
|
|
planRecord.setUserId(planUser.getUserId());
|
|
|
planRecord.setNickName(planUser.getNickName());
|