|
|
@@ -375,7 +375,7 @@ public class ExpenseAccountController extends CertifyApiController {
|
|
|
* @return
|
|
|
*/
|
|
|
@RequestMapping(value = "/updateMain",method = RequestMethod.POST)
|
|
|
- public Result updateMain(MainExpenseAccount in){
|
|
|
+ public Result updateMain( MainExpenseAccount in){
|
|
|
Result res =new Result();
|
|
|
if (in.getId()==null){
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"编号"));
|