Commit 82e6b745 by huluobin

# 单元测试

parent 9502787c
......@@ -38,6 +38,6 @@ public class UserCostFinansysServiceImplTest {
log.info("res:{}", JsonUtilByFsJson.beanToJson(userCostFinansysDomainList));
List<UserCostFinansysDomain> userCostFinansysDomainListNull = userCostFinansysService.getAllFinancesRecord(null);
log.info("res:{}", JsonUtilByFsJson.beanToJson(userCostFinansysDomainList));
log.info("res:{}", JsonUtilByFsJson.beanToJson(userCostFinansysDomainListNull));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment