Browse Source

update

tags/Baseline_30082024_BACKEND_UAT
MSI\derek 1 year ago
parent
commit
82014d0674
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -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)


Loading…
Cancel
Save