Преглед изворни кода

收藏夹定制信息修改

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);
             }
         }