diff --git a/app/src/main/java/com/qhclh/ytzh/work/productiondaily/ProductiondailyActivity.java b/app/src/main/java/com/qhclh/ytzh/work/productiondaily/ProductiondailyActivity.java index 1cb945c..456a4d9 100644 --- a/app/src/main/java/com/qhclh/ytzh/work/productiondaily/ProductiondailyActivity.java +++ b/app/src/main/java/com/qhclh/ytzh/work/productiondaily/ProductiondailyActivity.java @@ -127,8 +127,8 @@ public class ProductiondailyActivity extends BaseActivity implements CalendarDia // select.add("AccountingUnit_ID"); // select.add("AccountingUnit_Name"); -// Map where = queryObj.getMap("Where"); -// where.put("MobileToDo",true); + Map where = queryObj.getMap("Where"); + where.put("我创建",true); // List orderList = queryObj.getList("OrderBy"); // RpcObject orderBy1 = RpcObject.create(RpcUrl.paixu); @@ -204,8 +204,8 @@ public class ProductiondailyActivity extends BaseActivity implements CalendarDia // select.add("AccountingUnit_ID"); // select.add("AccountingUnit_Name"); -// Map where = queryObj.getMap("Where"); -// where.put("",time); + Map where = queryObj.getMap("Where"); + where.put("我创建",true); // List orderList = queryObj.getList("OrderBy"); // 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_Name"); -// Map where = queryObj.getMap("Where"); -// where.put("MobileToDo",true); + Map where = queryObj.getMap("Where"); + where.put("我创建",true); // List orderList = queryObj.getList("OrderBy"); // RpcObject orderBy1 = RpcObject.create(RpcUrl.paixu);