|
@@ -104,7 +104,7 @@ public class UpdateFtlMaker {
|
|
|
sb.append(String.format(
|
|
|
"\t\t\t<input type=\"text\" class=\"form-control\" name=\"%s\" value=\"%s\" />\r\n",
|
|
|
attrName,
|
|
|
- update ? String.format("${(item.%s?string('yyyy-MM-dd HH:mm:ss'))!}", attrName) : ""));
|
|
|
+ update ? String.format("${(ret.model.%s?string('yyyy-MM-dd HH:mm:ss'))!}", attrName) : ""));
|
|
|
} else {
|
|
|
sb.append(String.format(
|
|
|
"\t\t\t<#if globalDict['%s']?exists> <select class=\"form-control\" name=\"%s\">\r\n",
|