Commit 3552122a by 徐高华

链接

parent c93c24a4
......@@ -637,6 +637,8 @@ public class HmLinkController {
}
if (qdto.getLinkType() != null) {
jsonObject.put("linkType", qdto.getLinkType());
}else {
jsonObject.put("linkType", "1,2");
}
if (qdto.getStartDate() != null) {
jsonObject.put("startTime", DateUtil.datetimeToString19(qdto.getStartDate()));
......
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