Signed-off-by: jiapeng.dong <jiapeng.dong@cloudcross.com>
@@ -7,7 +7,7 @@
advertiser_id as advertiserId,
name,
path,
- path_small as smallPath,
+ path_small as pathSmall,
type,
width,
height,
@@ -231,7 +231,7 @@ public class BannerTemplateController extends SimpleController {
if(request.getMethod()=="POST"){
- //转换成多部分request
+ //转 换成多部分request
MultipartHttpServletRequest multiRequest = (MultipartHttpServletRequest)request;
String[] ids = multiRequest.getParameterValues("adGroupId");