@@ -245,7 +245,7 @@ public class PurchaseService extends BaseService<Purchase> {
}
return ResponseResultUtil.success(super.update(purchase, new UpdateWrapper<Purchase>().lambda().eq(Purchase::getPurId,
- UUID.fromString(purchase.getPurId()))));
+ UUID.fromString(purchase.getPurId ()))));
/**