|
@@ -105,6 +105,7 @@ public class AccountModel implements AccountContract.AccountModel {
|
105
|
105
|
categoryDBbean.setMonth(Integer.parseInt(split[1]));
|
106
|
106
|
categoryDBbean.setDay(Integer.parseInt(split[2]));
|
107
|
107
|
categoryDBbean.setUpdateTime(System.currentTimeMillis());
|
|
108
|
+ categoryDBbean.setCreateTime(System.currentTimeMillis());
|
108
|
109
|
categoryDBbean.setDemo(billBody.getDemo());
|
109
|
110
|
categoryDBbean.setName(name);
|
110
|
111
|
categoryDBbean.setType_imagepath(BillCategoreDaoOperator.newInstance().getDetaillIconUrlById(Integer.parseInt(billBody.getCategory_id())));
|