Ver código fonte

update

tags/Baseline_30082024_BACKEND_UAT
MSI\derek 1 ano atrás
pai
commit
82014d0674
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt

+ 1
- 1
src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt Ver arquivo

@@ -1118,7 +1118,7 @@ open class ReportService(
fillOrange.setFillPattern(PatternFormatting.SOLID_FOREGROUND)

var fillRed = rule2.createPatternFormatting()
fillRed.setFillBackgroundColor(IndexedColors.ROSE.index);
fillRed.setFillBackgroundColor(IndexedColors.PINK.index);
fillRed.setFillPattern(PatternFormatting.SOLID_FOREGROUND)

val cfRules = arrayOf(rule1, rule2)


Carregando…
Cancelar
Salvar