代码优化
This commit is contained in:
@ -31,7 +31,8 @@ public class CommonCallUtils {
|
||||
* @return String 返回类型 函数返回非空、或者数据库异常时rollback,函数返回空时commit;
|
||||
*/
|
||||
public static String saveAfter(String table,long id) {
|
||||
return callService.saveAfter(table, id);
|
||||
String msg = callService.saveAfter(table, id);
|
||||
return msg;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user