Sfoglia il codice sorgente

数据表Price多加了一个逗号,去掉。
修复离线Order Detail中Customer Info地址不全。

Pen Li 9 anni fa
parent
commit
6e506f019a

BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 2 - 2
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@@ -40,7 +40,7 @@
             endingColumnNumber = "9223372036854775807"
             startingLineNumber = "5672"
             endingLineNumber = "5672"
-            landmarkName = "+offline_getPrice"
+            landmarkName = "+offline_getStateByCountryCodeId:checkedState:"
             landmarkType = "7">
             <Locations>
                <Location
@@ -146,7 +146,7 @@
             endingColumnNumber = "9223372036854775807"
             startingLineNumber = "10503"
             endingLineNumber = "10503"
-            landmarkName = "+offline_placeorder:"
+            landmarkName = "+paymentInfoDic:db:"
             landmarkType = "7">
          </BreakpointContent>
       </BreakpointProxy>

File diff suppressed because it is too large
+ 0 - 0
RedAnt ERP Mobile/common/Functions/offline/OLDataProvider.m


+ 1 - 1
RedAnt ERP Mobile/common/data_provider/iSalesDB.m

@@ -683,7 +683,7 @@ void decryptfield (sqlite3_context *context, int argc, sqlite3_value **argv) {
     
     NSString* create_bundle=@"CREATE TABLE IF NOT EXISTS bundle ( _id INTEGER PRIMARY KEY, product_id integer,product_item_id integer,item_id integer,unit_price double,use_unitprice integer,qty integer);";
     
-    NSString* create_price=@"CREATE TABLE IF NOT EXISTS price ( _id INTEGER PRIMARY KEY, name text,  type integer,  order_by integer,,is_show integer,create_time TIMESTAMP DEFAULT(datetime('now','localtime')),modify_time TIMESTAMP DEFAULT(datetime('now','localtime')));";
+    NSString* create_price=@"CREATE TABLE IF NOT EXISTS price ( _id INTEGER PRIMARY KEY, name text,  type integer,  order_by integer,is_show integer,create_time TIMESTAMP DEFAULT(datetime('now','localtime')),modify_time TIMESTAMP DEFAULT(datetime('now','localtime')));";
     NSString* create_errlog=@"CREATE TABLE IF NOT EXISTS errlog ( _id INTEGER PRIMARY KEY, errmsg text,module text,params text ,code integer,  create_time TIMESTAMP default (datetime('now', 'localtime')));";
     
     

+ 1 - 1
RedAnt ERP Mobile/iSales-NPD/config.h

@@ -10,7 +10,7 @@
 #define RedAnt_ERP_Mobile_config_h
 #define BUILD_NPD
 
-//#define test_server
+#define test_server
 #define exception_switch 1
 #define notifyMe_switch 1
 

Some files were not shown because too many files changed in this diff