|
@ -60,7 +60,6 @@ public class DoctorGuidanceTempService extends BaseService {
|
|
|
Map temp = (Map) jdbcTemplate.queryForMap(sql, modelCode);
|
|
|
String modelName = (String) temp.get("model_name");
|
|
|
String content = (String) temp.get("content");
|
|
|
content = CodeFomat.chineseToDate(content);
|
|
|
String imagesUrl = (String) temp.get("images_url");
|
|
|
// 多图按逗号分割保存成数组
|
|
|
String[] imagesArray = null;
|
|
@ -88,7 +87,6 @@ public class DoctorGuidanceTempService extends BaseService {
|
|
|
* @return
|
|
|
*/
|
|
|
public DoctorGuidanceTemp add(String doctor, String content, String modelName, String imagesUrl) {
|
|
|
content = CodeFomat.dateToChinese(content);
|
|
|
DoctorGuidanceTemp guidanceTemp = new DoctorGuidanceTemp();
|
|
|
String imageUrls = "";
|
|
|
String imageRow = "";
|