shish 5 anos atrás
pai
commit
32f2da09bd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      biz-ghs/order/models/OrderItem.php

+ 1 - 1
biz-ghs/order/models/OrderItem.php

@@ -9,7 +9,7 @@ class OrderItem extends Base
 
 
     public static function tableName()
     public static function tableName()
     {
     {
-        return 'xhOrderItem';
+        return 'xhGhsOrderItem';
     }
     }
 
 
 }
 }