|
|
@@ -320,11 +320,15 @@ public class SasMapServiceImpl extends AbstractCrudService<SasMapsMapper, SasMap
|
|
|
entity.setDeviceId(item.getDeviceId());
|
|
|
entity.setImgId(item.getImgId());
|
|
|
entity.setType(item.getType());
|
|
|
+ entity.setBackgroundColor(item.getBackgroundColor());
|
|
|
entity.setX(item.getX() != null ? BigDecimal.valueOf(item.getX()) : null);
|
|
|
entity.setY(item.getY() != null ? BigDecimal.valueOf(item.getY()) : null);
|
|
|
entity.setWidth(item.getWidth());
|
|
|
entity.setHeight(item.getHeight());
|
|
|
entity.setAngle(item.getAngle());
|
|
|
+ entity.setFontColor(item.getFontColor());
|
|
|
+ entity.setThickness(item.getThickness());
|
|
|
+ entity.setFontSize(item.getFontSize());
|
|
|
entity.setText(item.getText());
|
|
|
entity.setCreateTime(now);
|
|
|
entity.setUpdateTime(now);
|