Browse Source

no message

master
lh 8 years ago
parent
commit
1aa2805209
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      app/src/main/java/com/qhclh/ytzh/work/productiondaily/ProductiondailyActivity.java

+ 6
- 6
app/src/main/java/com/qhclh/ytzh/work/productiondaily/ProductiondailyActivity.java View File

@ -127,8 +127,8 @@ public class ProductiondailyActivity extends BaseActivity implements CalendarDia
// select.add("AccountingUnit_ID"); // select.add("AccountingUnit_ID");
// select.add("AccountingUnit_Name"); // select.add("AccountingUnit_Name");
// Map<Object, Object> where = queryObj.getMap("Where");
// where.put("MobileToDo",true);
Map<Object, Object> where = queryObj.getMap("Where");
where.put("我创建",true);
// List<Object> orderList = queryObj.getList("OrderBy"); // List<Object> orderList = queryObj.getList("OrderBy");
// RpcObject orderBy1 = RpcObject.create(RpcUrl.paixu); // RpcObject orderBy1 = RpcObject.create(RpcUrl.paixu);
@ -204,8 +204,8 @@ public class ProductiondailyActivity extends BaseActivity implements CalendarDia
// select.add("AccountingUnit_ID"); // select.add("AccountingUnit_ID");
// select.add("AccountingUnit_Name"); // select.add("AccountingUnit_Name");
// Map<Object, Object> where = queryObj.getMap("Where");
// where.put("",time);
Map<Object, Object> where = queryObj.getMap("Where");
where.put("我创建",true);
// List<Object> orderList = queryObj.getList("OrderBy"); // List<Object> orderList = queryObj.getList("OrderBy");
// RpcObject orderBy1 = RpcObject.create(RpcUrl.DayProductRpc_Query_order); // RpcObject orderBy1 = RpcObject.create(RpcUrl.DayProductRpc_Query_order);
@ -270,8 +270,8 @@ public class ProductiondailyActivity extends BaseActivity implements CalendarDia
// select.add("AccountingUnit_ID"); // select.add("AccountingUnit_ID");
// select.add("AccountingUnit_Name"); // select.add("AccountingUnit_Name");
// Map<Object, Object> where = queryObj.getMap("Where");
// where.put("MobileToDo",true);
Map<Object, Object> where = queryObj.getMap("Where");
where.put("我创建",true);
// List<Object> orderList = queryObj.getList("OrderBy"); // List<Object> orderList = queryObj.getList("OrderBy");
// RpcObject orderBy1 = RpcObject.create(RpcUrl.paixu); // RpcObject orderBy1 = RpcObject.create(RpcUrl.paixu);


Loading…
Cancel
Save