|
@@ -68,6 +68,7 @@ public class ExpenseAccountController extends CertifyApiController {
|
|
|
if (in.getType()!=3||in.getType()!=5){
|
|
if (in.getType()!=3||in.getType()!=5){
|
|
|
if (in.getEaaid()==null){
|
|
if (in.getEaaid()==null){
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"报销帐号"));
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"报销帐号"));
|
|
|
|
|
+ return res;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
res.setData(expenseAccountService.update(in));
|
|
res.setData(expenseAccountService.update(in));
|