|
@ -39,7 +39,7 @@ public class MatrixMoneyService { |
|
|
private AdminService adminService; |
|
|
private AdminService adminService; |
|
|
|
|
|
|
|
|
public static final int AUDIT_FAIL= -2; |
|
|
public static final int AUDIT_FAIL= -2; |
|
|
public static final int AUDIT_SUCCESS= -1; |
|
|
public static final int AUDIT_SUCCESS= 1; |
|
|
|
|
|
|
|
|
public PageResult<MoneyBo> list(MoneyQuery query) { |
|
|
public PageResult<MoneyBo> list(MoneyQuery query) { |
|
|
MatrixApp app = appMapper.queryByCode(query.appCode); |
|
|
MatrixApp app = appMapper.queryByCode(query.appCode); |
|
|