Преглед на файлове

收藏夹定制信息修改

eganwu преди 1 година
родител
ревизия
2530066ae2
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/custom/restcontroller/sale/favorites/favorites.java

+ 2 - 2
src/custom/restcontroller/sale/favorites/favorites.java

@@ -151,10 +151,10 @@ public class favorites extends Controller {
             row = customScheme.setScheme(row, "color");
             row = customScheme.setScheme(row, "cheek");
             if (row.getLong("width") == 0) {
-                row.replace("width", "");
+                row.replace("width", null);
             }
             if (row.getLong("length") == 0) {
-                row.replace("length", "");
+                row.replace("length", null);
             }
         }