|
@@ -502,7 +502,7 @@ public class AuthProductServiceImpl implements AuthProductService {
|
|
map.put("addWord2_y", (int) Math.round(3160 * rate));
|
|
map.put("addWord2_y", (int) Math.round(3160 * rate));
|
|
}
|
|
}
|
|
// 添加认证日期信息
|
|
// 添加认证日期信息
|
|
- if (null != product.getCreateTime()) {
|
|
|
|
|
|
+ if (null != product.getAuthDates()) {
|
|
SimpleDateFormat format = new SimpleDateFormat("yyyy.MM.dd");
|
|
SimpleDateFormat format = new SimpleDateFormat("yyyy.MM.dd");
|
|
map.put("addWord3_content", format.format(product.getCreateTime()));
|
|
map.put("addWord3_content", format.format(product.getCreateTime()));
|
|
map.put("addWord3_color", "218,185,107");
|
|
map.put("addWord3_color", "218,185,107");
|