|
|
|
@ -151,7 +151,7 @@ public class AssetCurrentController extends BaseController {
|
|
|
|
|
*/
|
|
|
|
|
@ApiOperation(value = "修改数据")
|
|
|
|
|
@PutMapping
|
|
|
|
|
public AjaxResult update(@RequestBody @Valid AssetCurrent assetCurrent) {
|
|
|
|
|
public AjaxResult update(@RequestBody AssetCurrent assetCurrent) {
|
|
|
|
|
StringBuilder a = new StringBuilder();
|
|
|
|
|
if(!assetCurrent.getGlymList().isEmpty()){
|
|
|
|
|
assetCurrent.getGlymList().forEach(x->{
|
|
|
|
|