main
杜函宇 2 months ago
parent fe7c252bc1
commit 30001080d6

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

@ -54,7 +54,7 @@ public interface UnitService extends IService<Unit> {
/** /**
* *
*/ */
void deleteUnits(List<Long> ids); void deleteUnits(Long ids);

Loading…
Cancel
Save