main
HUOJIN\92525 2025-01-10 11:20:26 +08:00
parent 156f04cafe
commit a1cbf2cb50
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ public class ItemColourFormatter implements Formatter{
public String format(String property, Object type, List origenData, public String format(String property, Object type, List origenData,
String referenceModel, String locale) { String referenceModel, String locale) {
String des=origenData.get(10).toString(); String des=origenData.get(11).toString();
// System.out.println(des); // System.out.println(des);
if("true".equals(des)){ if("true".equals(des)){
return "<div style='background-color:red' >" + type.toString() + "</div>"; return "<div style='background-color:red' >" + type.toString() + "</div>";