This commit is contained in:
Redkale
2017-02-10 20:08:47 +08:00
parent 47e14bf2ec
commit d97f8acf23
4 changed files with 53 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ public class HelloService implements Service {
@RestMapping(name = "partupdate")
public void updateHello(HelloEntity entity, @RestParam(name = "cols") String[] columns) { //通过 /pipes/hello/partupdate?bean={...}&cols=... 修改对象
entity.setUpdatetime(System.currentTimeMillis());
source.updateColumns(entity, columns);
source.updateColumn(entity, columns);
}
//查询Sheet列表